enacl icon indicating copy to clipboard operation
enacl copied to clipboard

Expose the ed25519 API

Open hanssv opened this issue 3 years ago • 0 comments

This adds a low-level APIs to perform computations over the edwards25519 curve, only useful to implement custom constructions.

Exposed functions: crypto_ed25519_scalarmult/2, crypto_ed25519_scalarmult_base/1, crypto_ed25519_scalarmult_noclamp/2, crypto_ed25519_scalarmult_base_noclamp/1, crypto_ed25519_add/2, crypto_ed25519_sub/2, crypto_ed25519_is_valid_point/1, crypto_ed25519_scalar_reduce/1, crypto_ed25519_scalar_negate/1, crypto_ed25519_scalar_add/2, crypto_ed25519_scalar_sub/2, crypto_ed25519_scalar_mul/2

hanssv avatar Oct 01 '21 09:10 hanssv