mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
Register _crypto_core_ristretto255_from_string_ro
This commit is contained in:
parent
1ff1708fe4
commit
b02dbf2519
@ -199,6 +199,7 @@ _crypto_core_hsalsa20_outputbytes 0 1
|
||||
_crypto_core_ristretto255_add 0 1
|
||||
_crypto_core_ristretto255_bytes 0 1
|
||||
_crypto_core_ristretto255_from_hash 0 1
|
||||
_crypto_core_ristretto255_from_string_ro 0 1
|
||||
_crypto_core_ristretto255_hashbytes 0 1
|
||||
_crypto_core_ristretto255_is_valid_point 0 1
|
||||
_crypto_core_ristretto255_nonreducedscalarbytes 0 1
|
||||
|
File diff suppressed because one or more lines are too long
@ -230,9 +230,11 @@ crypto_core_hsalsa20_constbytes
|
||||
crypto_core_hsalsa20_inputbytes
|
||||
crypto_core_hsalsa20_keybytes
|
||||
crypto_core_hsalsa20_outputbytes
|
||||
crypto_core_risretto255_from_string
|
||||
crypto_core_ristretto255_add
|
||||
crypto_core_ristretto255_bytes
|
||||
crypto_core_ristretto255_from_hash
|
||||
crypto_core_ristretto255_from_string_ro
|
||||
crypto_core_ristretto255_hashbytes
|
||||
crypto_core_ristretto255_is_valid_point
|
||||
crypto_core_ristretto255_nonreducedscalarbytes
|
||||
|
Loading…
Reference in New Issue
Block a user