mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Add argon2_fill_segment_neon to the quirks
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#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_neon _sodium_argon2_fill_segment_neon
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user