Skip to content

sigma function implemented incorrectly #26

@themighty1

Description

@themighty1

Currently, the sigma function is implemented as per this comment

/// function and `σ(x₀ || x₁) = (x₀ ⊕ x₁) || x₁`.

which is not correct. It should be σ(x₀ || x₁) = (x₀ ⊕ x₁) || x₀ <-- the second half must be replaced by the first half.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions