Home | History | Annotate | Download | only in curve25519

Lines Matching full:nonce

4632   uint8_t nonce[SHA512_DIGEST_LENGTH];
4633 SHA512_Final(nonce, &hash_ctx);
4635 sc_reduce(nonce);
4637 ge_scalarmult_base(&R, nonce);
4648 sc_muladd(out_sig + 32, hram, az, nonce);