Skip to content

Fix index out of range in Ed25519 Sign implementation #5

@ArteMisc

Description

@ArteMisc

if &dst[0] != &unsigned[Ed25519_Bytes] {

This line will cause a panic if dst is nil, which should be treated as a valid input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions