mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Add new symbols
This commit is contained in:
@@ -311,6 +311,18 @@ crypto_hash_sha256_final
|
||||
crypto_hash_sha256_init
|
||||
crypto_hash_sha256_statebytes
|
||||
crypto_hash_sha256_update
|
||||
crypto_hash_sha3256
|
||||
crypto_hash_sha3256_bytes
|
||||
crypto_hash_sha3256_final
|
||||
crypto_hash_sha3256_init
|
||||
crypto_hash_sha3256_statebytes
|
||||
crypto_hash_sha3256_update
|
||||
crypto_hash_sha3512
|
||||
crypto_hash_sha3512_bytes
|
||||
crypto_hash_sha3512_final
|
||||
crypto_hash_sha3512_init
|
||||
crypto_hash_sha3512_statebytes
|
||||
crypto_hash_sha3512_update
|
||||
crypto_hash_sha512
|
||||
crypto_hash_sha512_bytes
|
||||
crypto_hash_sha512_final
|
||||
@@ -780,6 +792,14 @@ sc25519_is_canonical
|
||||
sc25519_mul
|
||||
sc25519_muladd
|
||||
sc25519_reduce
|
||||
sha3256_ref
|
||||
sha3256_ref_final
|
||||
sha3256_ref_init
|
||||
sha3256_ref_update
|
||||
sha3512_ref
|
||||
sha3512_ref_final
|
||||
sha3512_ref_init
|
||||
sha3512_ref_update
|
||||
shake128_ref
|
||||
shake128_ref_init
|
||||
shake128_ref_init_with_domain
|
||||
@@ -797,6 +817,7 @@ sodium_base64_encoded_len
|
||||
sodium_bin2base64
|
||||
sodium_bin2hex
|
||||
sodium_bin2ip
|
||||
sodium_bytes2ip
|
||||
sodium_compare
|
||||
sodium_crit_enter
|
||||
sodium_crit_leave
|
||||
@@ -805,6 +826,7 @@ sodium_hex2bin
|
||||
sodium_increment
|
||||
sodium_init
|
||||
sodium_ip2bin
|
||||
sodium_ip2bytes
|
||||
sodium_is_zero
|
||||
sodium_library_minimal
|
||||
sodium_library_version_major
|
||||
|
||||
Reference in New Issue
Block a user