mgregoro / Crypt-Sodium

Perl bindings for libsodium (NaCL)
Artistic License 2.0
5 stars 6 forks source link

Add semi-colon for crypto_sign_ed25519_*BYTES #14

Closed starbelly closed 6 years ago

starbelly commented 6 years ago

crypto_sign_ed25519_PUBLICKEYBYTES() and crypto_sign_ed25519_SECRETKEYBYTES() were missing line terminators (semi-colons). Happens to the best of us ;)

mgregoro commented 6 years ago

Yikes.. Good catch!