A modern, portable, easy to use crypto library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

81 lines
4.0 KiB

/* This is an automatically generated file */
#ifndef quirks_H
#ifndef NO_QUIRKS
#define argon2_ctx _sodium_argon2_ctx
#define argon2_decode_string _sodium_argon2_decode_string
#define argon2_encode_string _sodium_argon2_encode_string
#define argon2_fill_memory_blocks _sodium_argon2_fill_memory_blocks
#define argon2_fill_segment_avx2 _sodium_argon2_fill_segment_avx2
#define argon2_fill_segment_avx512f _sodium_argon2_fill_segment_avx512f
#define argon2_fill_segment_ref _sodium_argon2_fill_segment_ref
#define argon2_fill_segment_ssse3 _sodium_argon2_fill_segment_ssse3
#define argon2_finalize _sodium_argon2_finalize
#define argon2_hash _sodium_argon2_hash
#define argon2_initialize _sodium_argon2_initialize
#define argon2_validate_inputs _sodium_argon2_validate_inputs
#define argon2_verify _sodium_argon2_verify
#define argon2i_hash_encoded _sodium_argon2i_hash_encoded
#define argon2i_hash_raw _sodium_argon2i_hash_raw
#define argon2i_verify _sodium_argon2i_verify
#define argon2id_hash_encoded _sodium_argon2id_hash_encoded
#define argon2id_hash_raw _sodium_argon2id_hash_raw
#define argon2id_verify _sodium_argon2id_verify
#define blake2b _sodium_blake2b
#define blake2b_compress_avx2 _sodium_blake2b_compress_avx2
#define blake2b_compress_ref _sodium_blake2b_compress_ref
#define blake2b_compress_sse41 _sodium_blake2b_compress_sse41
#define blake2b_compress_ssse3 _sodium_blake2b_compress_ssse3
#define blake2b_final _sodium_blake2b_final
#define blake2b_init _sodium_blake2b_init
#define blake2b_init_key _sodium_blake2b_init_key
#define blake2b_init_key_salt_personal _sodium_blake2b_init_key_salt_personal
#define blake2b_init_param _sodium_blake2b_init_param
#define blake2b_init_salt_personal _sodium_blake2b_init_salt_personal
#define blake2b_long _sodium_blake2b_long
#define blake2b_pick_best_implementation _sodium_blake2b_pick_best_implementation
#define blake2b_salt_personal _sodium_blake2b_salt_personal
#define blake2b_update _sodium_blake2b_update
#define escrypt_PBKDF2_SHA256 _sodium_escrypt_PBKDF2_SHA256
#define escrypt_alloc_region _sodium_escrypt_alloc_region
#define escrypt_free_local _sodium_escrypt_free_local
#define escrypt_free_region _sodium_escrypt_free_region
#define escrypt_gensalt_r _sodium_escrypt_gensalt_r
#define escrypt_init_local _sodium_escrypt_init_local
#define escrypt_kdf_nosse _sodium_escrypt_kdf_nosse
#define escrypt_kdf_sse _sodium_escrypt_kdf_sse
#define escrypt_parse_setting _sodium_escrypt_parse_setting
#define escrypt_r _sodium_escrypt_r
#define fe25519_frombytes _sodium_fe25519_frombytes
#define fe25519_invert _sodium_fe25519_invert
#define fe25519_tobytes _sodium_fe25519_tobytes
#define ge25519_add _sodium_ge25519_add
#define ge25519_double_scalarmult_vartime _sodium_ge25519_double_scalarmult_vartime
#define ge25519_from_hash _sodium_ge25519_from_hash
#define ge25519_from_uniform _sodium_ge25519_from_uniform
#define ge25519_frombytes _sodium_ge25519_frombytes
#define ge25519_frombytes_negate_vartime _sodium_ge25519_frombytes_negate_vartime
#define ge25519_has_small_order _sodium_ge25519_has_small_order
#define ge25519_is_canonical _sodium_ge25519_is_canonical
#define ge25519_is_on_curve _sodium_ge25519_is_on_curve
#define ge25519_is_on_main_subgroup _sodium_ge25519_is_on_main_subgroup
#define ge25519_p1p1_to_p2 _sodium_ge25519_p1p1_to_p2
#define ge25519_p1p1_to_p3 _sodium_ge25519_p1p1_to_p3
#define ge25519_p3_to_cached _sodium_ge25519_p3_to_cached
#define ge25519_p3_tobytes _sodium_ge25519_p3_tobytes
#define ge25519_scalarmult _sodium_ge25519_scalarmult
#define ge25519_scalarmult_base _sodium_ge25519_scalarmult_base
#define ge25519_sub _sodium_ge25519_sub
#define ge25519_tobytes _sodium_ge25519_tobytes
#define ristretto255_from_hash _sodium_ristretto255_from_hash
#define ristretto255_frombytes _sodium_ristretto255_frombytes
#define ristretto255_p3_tobytes _sodium_ristretto255_p3_tobytes
#define sc25519_invert _sodium_sc25519_invert
#define sc25519_is_canonical _sodium_sc25519_is_canonical
#define sc25519_mul _sodium_sc25519_mul
#define sc25519_muladd _sodium_sc25519_muladd
#define sc25519_reduce _sodium_sc25519_reduce
#endif
#endif