ArteMisc/libgodium

Fix `index out of range` in Ed25519 Sign implementation

ArteMisc opened this issue · 0 comments

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

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