mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
Fix typos in libsodium workload (#2825)
This commit is contained in:
parent
8aa813f44a
commit
1d0f789754
|
@ -12,8 +12,8 @@ libsodium_CASES="aead_aes256gcm2 aead_aes256gcm aead_chacha20poly13052 aead_chac
|
|||
pwhash_scrypt_ll pwhash_scrypt randombytes scalarmult2 scalarmult5 \
|
||||
scalarmult6 scalarmult7 scalarmult8 scalarmult_ed25519 scalarmult_ristretto255 \
|
||||
scalarmult secretbox2 secretbox7 secretbox8 secretbox_easy2 secretbox_easy \
|
||||
secretbox secretstream shorthash sign siphashx24 sodium_core sodium_utils2 \
|
||||
sodium_utils stream2 stream3 stream4 stream verify1 xchacha20"
|
||||
secretbox secretstream_xchacha20poly1305 shorthash sign siphashx24 sodium_core \
|
||||
sodium_utils2 sodium_utils stream2 stream3 stream4 stream verify1 xchacha20"
|
||||
|
||||
PLATFORM=$(uname -s | tr A-Z a-z)
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ libsodium_CASES="aead_aes256gcm2 aead_aes256gcm aead_chacha20poly13052 aead_chac
|
|||
pwhash_scrypt_ll pwhash_scrypt randombytes scalarmult2 scalarmult5 \
|
||||
scalarmult6 scalarmult7 scalarmult8 scalarmult_ed25519 scalarmult_ristretto255 \
|
||||
scalarmult secretbox2 secretbox7 secretbox8 secretbox_easy2 secretbox_easy \
|
||||
secretbox secretstream shorthash sign siphashx24 sodium_core sodium_utils2 \
|
||||
sodium_utils stream2 stream3 stream4 stream verify1 xchacha20"
|
||||
secretbox secretstream_xchacha20poly1305 shorthash sign siphashx24 sodium_core \
|
||||
sodium_utils2 sodium_utils stream2 stream3 stream4 stream verify1 xchacha20"
|
||||
|
||||
PLATFORM=$(uname -s | tr A-Z a-z)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user