/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/ |
sign.c | 36 /* r = hash(B || empty_labelset || Z || pad1 || k || pad2 || empty_labelset || K || extra || M) (mod q) */ 49 static const unsigned char empty_labelset[3] = { 0x02, 0x00, 0x00 }; local in function:_crypto_sign_ed25519_synthetic_r_hv 52 crypto_hash_sha512_update(hs, empty_labelset, 3); 58 crypto_hash_sha512_update(hs, empty_labelset, 3);
|
sign.c | 36 /* r = hash(B || empty_labelset || Z || pad1 || k || pad2 || empty_labelset || K || extra || M) (mod q) */ 49 static const unsigned char empty_labelset[3] = { 0x02, 0x00, 0x00 }; local in function:_crypto_sign_ed25519_synthetic_r_hv 52 crypto_hash_sha512_update(hs, empty_labelset, 3); 58 crypto_hash_sha512_update(hs, empty_labelset, 3);
|