Fix `index out of range` in Ed25519 Sign implementation
ArteMisc opened this issue · 0 comments
ArteMisc commented
libgodium/sign/ed25519_sign.go
Line 101 in 40423da
This line will cause a panic if dst
is nil
, which should be treated as a valid input.