mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 01:55:02 -07:00
Sync
Some checks are pending
CI / tcc (push) Waiting to run
CI / zig (push) Waiting to run
CI / regular (push) Waiting to run
CI / check-globals (push) Waiting to run
CI / other-comp (push) Waiting to run
CI / other-arch (push) Waiting to run
CI / android (push) Waiting to run
Some checks are pending
CI / tcc (push) Waiting to run
CI / zig (push) Waiting to run
CI / regular (push) Waiting to run
CI / check-globals (push) Waiting to run
CI / other-comp (push) Waiting to run
CI / other-arch (push) Waiting to run
CI / android (push) Waiting to run
This commit is contained in:
parent
beec06eb46
commit
babb0dd860
@ -597,26 +597,6 @@ _crypto_verify_32 0 1
|
||||
_crypto_verify_32_bytes 0 1
|
||||
_crypto_verify_64 0 1
|
||||
_crypto_verify_64_bytes 0 1
|
||||
_crypto_vrf_keypair 1 1
|
||||
_crypto_vrf_outputbytes 1 1
|
||||
_crypto_vrf_primitive 1 1
|
||||
_crypto_vrf_proof_to_hash 1 1
|
||||
_crypto_vrf_prove 1 1
|
||||
_crypto_vrf_publickeybytes 1 1
|
||||
_crypto_vrf_secretkeybytes 1 1
|
||||
_crypto_vrf_seed_keypair 1 1
|
||||
_crypto_vrf_seedbytes 1 1
|
||||
_crypto_vrf_verify 1 1
|
||||
_crypto_vrf_rfc9381_bytes 0 0
|
||||
_crypto_vrf_rfc9381_keypair 0 0
|
||||
_crypto_vrf_rfc9381_outputbytes 0 0
|
||||
_crypto_vrf_rfc9381_proof_to_hash 0 0
|
||||
_crypto_vrf_rfc9381_prove 0 0
|
||||
_crypto_vrf_rfc9381_publickeybytes 0 0
|
||||
_crypto_vrf_rfc9381_secretkeybytes 0 0
|
||||
_crypto_vrf_rfc9381_seed_keypair 0 0
|
||||
_crypto_vrf_rfc9381_seedbytes 0 0
|
||||
_crypto_vrf_rfc9381_verify 0 0
|
||||
_randombytes 1 1
|
||||
_randombytes_buf 1 1
|
||||
_randombytes_buf_deterministic 1 1
|
||||
|
File diff suppressed because one or more lines are too long
@ -38,6 +38,7 @@ crypto_aead_aegis128l_decrypt
|
||||
crypto_aead_aegis128l_decrypt_detached
|
||||
crypto_aead_aegis128l_encrypt
|
||||
crypto_aead_aegis128l_encrypt_detached
|
||||
crypto_aead_aegis128l_is_available
|
||||
crypto_aead_aegis128l_keybytes
|
||||
crypto_aead_aegis128l_keygen
|
||||
crypto_aead_aegis128l_messagebytes_max
|
||||
@ -48,6 +49,7 @@ crypto_aead_aegis256_decrypt
|
||||
crypto_aead_aegis256_decrypt_detached
|
||||
crypto_aead_aegis256_encrypt
|
||||
crypto_aead_aegis256_encrypt_detached
|
||||
crypto_aead_aegis256_is_available
|
||||
crypto_aead_aegis256_keybytes
|
||||
crypto_aead_aegis256_keygen
|
||||
crypto_aead_aegis256_messagebytes_max
|
||||
@ -337,6 +339,7 @@ crypto_kdf_hkdf_sha512_extract_init
|
||||
crypto_kdf_hkdf_sha512_extract_update
|
||||
crypto_kdf_hkdf_sha512_keybytes
|
||||
crypto_kdf_hkdf_sha512_keygen
|
||||
crypto_kdf_hkdf_sha512_statebytes
|
||||
crypto_kdf_keybytes
|
||||
crypto_kdf_keygen
|
||||
crypto_kdf_primitive
|
||||
|
Loading…
Reference in New Issue
Block a user