mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-09-25 04:09:58 +03:00
Add crypto_core_ed25519_scalar_complement(), _negate(), _add(), _sub()
This commit is contained in:
@@ -15,7 +15,9 @@ not to be detected.
|
||||
- Test vectors from Project Wycheproof have been added.
|
||||
- New low-level APIs for arithmetic mod the order of the prime order group:
|
||||
`crypto_core_ed25519_scalar_random()`, `crypto_core_ed25519_scalar_reduce()`,
|
||||
and `crypto_core_ed25519_scalar_invert()`.
|
||||
`crypto_core_ed25519_scalar_invert()`, `crypto_core_ed25519_scalar_negate()`,
|
||||
`crypto_core_ed25519_scalar_complement()`, `crypto_core_ed25519_scalar_add()`
|
||||
and `crypto_core_ed25519_scalar_sub()`.
|
||||
- New low-level APIs for scalar multiplication without clamping:
|
||||
`crypto_scalarmult_ed25519_base_noclamp()`,
|
||||
and `crypto_scalarmult_ed25519_noclamp()`. These new APIs are
|
||||
|
||||
Reference in New Issue
Block a user