Issues
- 3
ed25519 private key should be 32 bytes long.
#34 opened by sichunqin - 0
common/gv_sdcard_update/device/ed25519/src/fe.h:16:9: error: unknown type name ‘int32_t’ typedef int32_t fe[10];
#40 opened by universestar1 - 0
2nd hexadecimal number of private key
#39 opened by Ozero4 - 0
- 1
Secret key generation
#23 opened by emilbayes - 1
Inconsistent signature results
#37 opened by idcmp - 1
ge_madd and ge_add difference
#36 opened by cyrillicw - 2
⚠️ Caution when using this library: The private keys are incompatible with other ed25519 implementations.
#35 opened by CodeAndWeb - 1
why private_key + 32 in sign.c
#33 opened by grondilu - 0
ed25519_add_scalar and DH key exchange
#32 opened by sergei-kashlikov - 0
ed25519 decode / decompress
#31 opened by 1000i100 - 1
Why private_key 64 bits?
#27 opened by iceriverdog - 1
- 0
Some patches before deletion of fork branches
#21 opened by vszakats - 5
ed25519_sign() is significantly different from current libsodium/SUPERCOP ref10 implementations (and generates incompatible output)
#10 opened by rdeker - 3
- 6
- 3
Get public key (and seed) from private key
#1 opened by stv0g