├── 2021-Q1 ├── README.md ├── aarch64-with-wasm3.png ├── aarch64.png ├── linux-x86_64.png ├── macos-with-interpreters.png ├── macos.png ├── output │ ├── bugs │ │ └── ssvm.log │ ├── linux-aarch64 │ │ ├── native │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core3.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_utils.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── test-suite.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ │ ├── node │ │ │ ├── aead_aes256gcm.log │ │ │ ├── aead_aes256gcm2.log │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core1.log │ │ │ ├── core2.log │ │ │ ├── core3.log │ │ │ ├── core4.log │ │ │ ├── core5.log │ │ │ ├── core6.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash2.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── misuse.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth2.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── sign.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_core.log │ │ │ ├── sodium_utils.log │ │ │ ├── sodium_utils2.log │ │ │ ├── sodium_utils3.log │ │ │ ├── sodium_version.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ │ ├── wasm3 │ │ │ ├── aead_aes256gcm.log │ │ │ ├── aead_aes256gcm2.log │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core1.log │ │ │ ├── core2.log │ │ │ ├── core3.log │ │ │ ├── core4.log │ │ │ ├── core5.log │ │ │ ├── core6.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash2.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── misuse.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth2.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── sign.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_core.log │ │ │ ├── sodium_utils.log │ │ │ ├── sodium_utils2.log │ │ │ ├── sodium_utils3.log │ │ │ ├── sodium_version.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ │ ├── wasmer-cranelift │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core1.log │ │ │ ├── core2.log │ │ │ ├── core3.log │ │ │ ├── core4.log │ │ │ ├── core5.log │ │ │ ├── core6.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash2.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── misuse.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth2.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── sign.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_core.log │ │ │ ├── sodium_utils.log │ │ │ ├── sodium_utils2.log │ │ │ ├── sodium_utils3.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ │ ├── wasmer-llvm-native │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core1.log │ │ │ ├── core2.log │ │ │ ├── core3.log │ │ │ ├── core4.log │ │ │ ├── core5.log │ │ │ ├── core6.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash2.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── misuse.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth2.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── sign.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_core.log │ │ │ ├── sodium_utils.log │ │ │ ├── sodium_utils2.log │ │ │ ├── sodium_utils3.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ │ └── wasmtime │ │ │ ├── aead_aes256gcm.log │ │ │ ├── aead_aes256gcm2.log │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core1.log │ │ │ ├── core2.log │ │ │ ├── core3.log │ │ │ ├── core4.log │ │ │ ├── core5.log │ │ │ ├── core6.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash2.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── misuse.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth2.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── sign.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_core.log │ │ │ ├── sodium_utils.log │ │ │ ├── sodium_utils2.log │ │ │ ├── sodium_utils3.log │ │ │ ├── sodium_version.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ ├── linux-x86_64 │ │ ├── native │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core3.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_utils.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── test-suite.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ │ ├── ssvm │ │ │ ├── ERROR.log │ │ │ ├── aead_aes256gcm.log │ │ │ ├── aead_aes256gcm2.log │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core1.log │ │ │ ├── core2.log │ │ │ ├── core3.log │ │ │ ├── core4.log │ │ │ ├── core5.log │ │ │ ├── core6.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── misuse.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth2.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── sign.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_core.log │ │ │ ├── sodium_utils.log │ │ │ ├── sodium_utils2.log │ │ │ ├── sodium_utils3.log │ │ │ ├── sodium_version.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ │ ├── wasmer-llvm │ │ │ ├── aead_aes256gcm.log │ │ │ ├── aead_aes256gcm2.log │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core1.log │ │ │ ├── core2.log │ │ │ ├── core3.log │ │ │ ├── core4.log │ │ │ ├── core5.log │ │ │ ├── core6.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash2.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── misuse.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth2.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── sign.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_core.log │ │ │ ├── sodium_utils.log │ │ │ ├── sodium_utils2.log │ │ │ ├── sodium_utils3.log │ │ │ ├── sodium_version.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ │ └── wavm │ │ │ ├── aead_aes256gcm.log │ │ │ ├── aead_aes256gcm2.log │ │ │ ├── aead_chacha20poly1305.log │ │ │ ├── aead_chacha20poly13052.log │ │ │ ├── aead_xchacha20poly1305.log │ │ │ ├── auth.log │ │ │ ├── auth2.log │ │ │ ├── auth3.log │ │ │ ├── auth5.log │ │ │ ├── auth6.log │ │ │ ├── auth7.log │ │ │ ├── box.log │ │ │ ├── box2.log │ │ │ ├── box7.log │ │ │ ├── box8.log │ │ │ ├── box_easy.log │ │ │ ├── box_easy2.log │ │ │ ├── box_seal.log │ │ │ ├── box_seed.log │ │ │ ├── chacha20.log │ │ │ ├── codecs.log │ │ │ ├── core1.log │ │ │ ├── core2.log │ │ │ ├── core3.log │ │ │ ├── core4.log │ │ │ ├── core5.log │ │ │ ├── core6.log │ │ │ ├── core_ed25519.log │ │ │ ├── core_ristretto255.log │ │ │ ├── ed25519_convert.log │ │ │ ├── generichash.log │ │ │ ├── generichash2.log │ │ │ ├── generichash3.log │ │ │ ├── hash.log │ │ │ ├── hash2.log │ │ │ ├── hash3.log │ │ │ ├── kdf.log │ │ │ ├── keygen.log │ │ │ ├── kx.log │ │ │ ├── metamorphic.log │ │ │ ├── misuse.log │ │ │ ├── onetimeauth.log │ │ │ ├── onetimeauth2.log │ │ │ ├── onetimeauth7.log │ │ │ ├── pwhash_argon2i.log │ │ │ ├── pwhash_argon2id.log │ │ │ ├── pwhash_scrypt.log │ │ │ ├── pwhash_scrypt_ll.log │ │ │ ├── randombytes.log │ │ │ ├── scalarmult.log │ │ │ ├── scalarmult2.log │ │ │ ├── scalarmult5.log │ │ │ ├── scalarmult6.log │ │ │ ├── scalarmult7.log │ │ │ ├── scalarmult8.log │ │ │ ├── scalarmult_ed25519.log │ │ │ ├── scalarmult_ristretto255.log │ │ │ ├── secretbox.log │ │ │ ├── secretbox2.log │ │ │ ├── secretbox7.log │ │ │ ├── secretbox8.log │ │ │ ├── secretbox_easy.log │ │ │ ├── secretbox_easy2.log │ │ │ ├── secretstream.log │ │ │ ├── shorthash.log │ │ │ ├── sign.log │ │ │ ├── siphashx24.log │ │ │ ├── sodium_core.log │ │ │ ├── sodium_utils.log │ │ │ ├── sodium_utils2.log │ │ │ ├── sodium_utils3.log │ │ │ ├── sodium_version.log │ │ │ ├── stream.log │ │ │ ├── stream2.log │ │ │ ├── stream3.log │ │ │ ├── stream4.log │ │ │ ├── verify1.log │ │ │ └── xchacha20.log │ └── macos-x86_64 │ │ ├── iwasm │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core3.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── siphashx24.log │ │ ├── sodium_utils.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── lucet-dev │ │ ├── aead_aes256gcm.log │ │ ├── aead_aes256gcm2.log │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core1.log │ │ ├── core2.log │ │ ├── core3.log │ │ ├── core4.log │ │ ├── core5.log │ │ ├── core6.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── hash.log │ │ ├── hash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth.log │ │ ├── onetimeauth2.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── sign.log │ │ ├── siphashx24.log │ │ ├── sodium_core.log │ │ ├── sodium_utils.log │ │ ├── sodium_utils2.log │ │ ├── sodium_utils3.log │ │ ├── sodium_version.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── stream3.log │ │ ├── stream4.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── lucet │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core3.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── siphashx24.log │ │ ├── sodium_utils.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── native │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core3.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── siphashx24.log │ │ ├── sodium_utils.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── node │ │ ├── aead_aes256gcm.log │ │ ├── aead_aes256gcm2.log │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core1.log │ │ ├── core2.log │ │ ├── core3.log │ │ ├── core4.log │ │ ├── core5.log │ │ ├── core6.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── hash.log │ │ ├── hash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth.log │ │ ├── onetimeauth2.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── sign.log │ │ ├── siphashx24.log │ │ ├── sodium_core.log │ │ ├── sodium_utils.log │ │ ├── sodium_utils2.log │ │ ├── sodium_utils3.log │ │ ├── sodium_version.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── stream3.log │ │ ├── stream4.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── wasm3 │ │ ├── aead_aes256gcm.log │ │ ├── aead_aes256gcm2.log │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core1.log │ │ ├── core2.log │ │ ├── core3.log │ │ ├── core4.log │ │ ├── core5.log │ │ ├── core6.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── hash.log │ │ ├── hash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth.log │ │ ├── onetimeauth2.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── sign.log │ │ ├── siphashx24.log │ │ ├── sodium_core.log │ │ ├── sodium_utils.log │ │ ├── sodium_utils2.log │ │ ├── sodium_utils3.log │ │ ├── sodium_version.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── stream3.log │ │ ├── stream4.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── wasmer-cranelift │ │ ├── aead_aes256gcm.log │ │ ├── aead_aes256gcm2.log │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core3.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── siphashx24.log │ │ ├── sodium_utils.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── wasmer-jit │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core3.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── siphashx24.log │ │ ├── sodium_utils.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── wasmer-llvm │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core3.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── siphashx24.log │ │ ├── sodium_utils.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── wasmer-singlepass │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core3.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── siphashx24.log │ │ ├── sodium_utils.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ ├── wasmtime │ │ ├── aead_aes256gcm.log │ │ ├── aead_aes256gcm2.log │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core1.log │ │ ├── core2.log │ │ ├── core3.log │ │ ├── core4.log │ │ ├── core5.log │ │ ├── core6.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── hash.log │ │ ├── hash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth.log │ │ ├── onetimeauth2.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── sign.log │ │ ├── siphashx24.log │ │ ├── sodium_core.log │ │ ├── sodium_utils.log │ │ ├── sodium_utils2.log │ │ ├── sodium_utils3.log │ │ ├── sodium_version.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── stream3.log │ │ ├── stream4.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log │ │ └── wavm │ │ ├── aead_chacha20poly1305.log │ │ ├── aead_chacha20poly13052.log │ │ ├── aead_xchacha20poly1305.log │ │ ├── auth.log │ │ ├── auth2.log │ │ ├── auth3.log │ │ ├── auth5.log │ │ ├── auth6.log │ │ ├── auth7.log │ │ ├── box.log │ │ ├── box2.log │ │ ├── box7.log │ │ ├── box8.log │ │ ├── box_easy.log │ │ ├── box_easy2.log │ │ ├── box_seal.log │ │ ├── box_seed.log │ │ ├── chacha20.log │ │ ├── codecs.log │ │ ├── core3.log │ │ ├── core_ed25519.log │ │ ├── core_ristretto255.log │ │ ├── ed25519_convert.log │ │ ├── generichash.log │ │ ├── generichash2.log │ │ ├── generichash3.log │ │ ├── kdf.log │ │ ├── keygen.log │ │ ├── kx.log │ │ ├── metamorphic.log │ │ ├── misuse.log │ │ ├── onetimeauth7.log │ │ ├── pwhash_argon2i.log │ │ ├── pwhash_argon2id.log │ │ ├── pwhash_scrypt.log │ │ ├── pwhash_scrypt_ll.log │ │ ├── randombytes.log │ │ ├── scalarmult.log │ │ ├── scalarmult2.log │ │ ├── scalarmult5.log │ │ ├── scalarmult6.log │ │ ├── scalarmult7.log │ │ ├── scalarmult8.log │ │ ├── scalarmult_ed25519.log │ │ ├── scalarmult_ristretto255.log │ │ ├── secretbox.log │ │ ├── secretbox2.log │ │ ├── secretbox7.log │ │ ├── secretbox8.log │ │ ├── secretbox_easy.log │ │ ├── secretbox_easy2.log │ │ ├── secretstream.log │ │ ├── shorthash.log │ │ ├── siphashx24.log │ │ ├── sodium_utils.log │ │ ├── stream.log │ │ ├── stream2.log │ │ ├── test-suite.log │ │ ├── verify1.log │ │ └── xchacha20.log └── wasm │ ├── aead_chacha20poly1305.wasm │ ├── aead_chacha20poly13052.wasm │ ├── aead_xchacha20poly1305.wasm │ ├── auth.wasm │ ├── auth2.wasm │ ├── auth3.wasm │ ├── auth5.wasm │ ├── auth6.wasm │ ├── auth7.wasm │ ├── box.wasm │ ├── box2.wasm │ ├── box7.wasm │ ├── box8.wasm │ ├── box_easy.wasm │ ├── box_easy2.wasm │ ├── box_seal.wasm │ ├── box_seed.wasm │ ├── chacha20.wasm │ ├── codecs.wasm │ ├── core1.wasm │ ├── core2.wasm │ ├── core3.wasm │ ├── core4.wasm │ ├── core5.wasm │ ├── core6.wasm │ ├── core_ed25519.wasm │ ├── core_ristretto255.wasm │ ├── ed25519_convert.wasm │ ├── generichash.wasm │ ├── generichash2.wasm │ ├── generichash3.wasm │ ├── hash.wasm │ ├── hash3.wasm │ ├── kdf.wasm │ ├── keygen.wasm │ ├── kx.wasm │ ├── metamorphic.wasm │ ├── onetimeauth.wasm │ ├── onetimeauth2.wasm │ ├── onetimeauth7.wasm │ ├── pwhash_argon2i.wasm │ ├── pwhash_argon2id.wasm │ ├── pwhash_scrypt.wasm │ ├── pwhash_scrypt_ll.wasm │ ├── randombytes.wasm │ ├── scalarmult.wasm │ ├── scalarmult2.wasm │ ├── scalarmult5.wasm │ ├── scalarmult6.wasm │ ├── scalarmult7.wasm │ ├── scalarmult8.wasm │ ├── scalarmult_ed25519.wasm │ ├── scalarmult_ristretto255.wasm │ ├── secretbox.wasm │ ├── secretbox2.wasm │ ├── secretbox7.wasm │ ├── secretbox8.wasm │ ├── secretbox_easy.wasm │ ├── secretbox_easy2.wasm │ ├── secretstream.wasm │ ├── shorthash.wasm │ ├── siphashx24.wasm │ ├── sodium_core.wasm │ ├── sodium_utils.wasm │ ├── sodium_utils2.wasm │ ├── sodium_utils3.wasm │ ├── stream.wasm │ ├── stream2.wasm │ ├── stream3.wasm │ ├── stream4.wasm │ ├── verify1.wasm │ └── xchacha20.wasm ├── 2022-12 ├── pics │ ├── aead.png │ ├── auth.png │ ├── box.png │ ├── dh.png │ ├── ed25519.png │ ├── global.png │ ├── global2.png │ ├── hash.png │ ├── keygen.png │ ├── kx.png │ ├── metamorphic.png │ ├── onetimeauth.png │ ├── pwhash.png │ ├── secretbox.png │ ├── sign.png │ ├── stream.png │ ├── utils.png │ ├── vsnative.png │ └── vsnative2.png ├── res │ ├── bun.csv │ ├── iwasm.csv │ ├── native.csv │ ├── node.csv │ ├── wasm2c.csv │ ├── wasm3.csv │ ├── wasmedge.csv │ ├── wasmer-cranelift.csv │ ├── wasmer-llvm.csv │ ├── wasmer-singlepass.csv │ ├── wasmtime.csv │ └── wazero.csv └── wasm │ ├── aead_aegis128l.wasm │ ├── aead_aegis256.wasm │ ├── aead_chacha20poly1305.wasm │ ├── aead_chacha20poly13052.wasm │ ├── aead_xchacha20poly1305.wasm │ ├── auth.wasm │ ├── auth2.wasm │ ├── auth3.wasm │ ├── auth5.wasm │ ├── auth6.wasm │ ├── auth7.wasm │ ├── box.wasm │ ├── box2.wasm │ ├── box7.wasm │ ├── box8.wasm │ ├── box_easy.wasm │ ├── box_easy2.wasm │ ├── box_seal.wasm │ ├── box_seed.wasm │ ├── chacha20.wasm │ ├── codecs.wasm │ ├── core3.wasm │ ├── core_ed25519.wasm │ ├── core_ed25519_h2c.wasm │ ├── core_ristretto255.wasm │ ├── ed25519_convert.wasm │ ├── generichash.wasm │ ├── generichash2.wasm │ ├── generichash3.wasm │ ├── hash.wasm │ ├── hash3.wasm │ ├── kdf.wasm │ ├── kdf_hkdf.wasm │ ├── keygen.wasm │ ├── kx.wasm │ ├── metamorphic.wasm │ ├── onetimeauth.wasm │ ├── onetimeauth2.wasm │ ├── onetimeauth7.wasm │ ├── pwhash_argon2i.wasm │ ├── pwhash_argon2id.wasm │ ├── pwhash_scrypt.wasm │ ├── pwhash_scrypt_ll.wasm │ ├── randombytes.wasm │ ├── scalarmult.wasm │ ├── scalarmult2.wasm │ ├── scalarmult5.wasm │ ├── scalarmult6.wasm │ ├── scalarmult7.wasm │ ├── scalarmult8.wasm │ ├── scalarmult_ed25519.wasm │ ├── scalarmult_ristretto255.wasm │ ├── secretbox.wasm │ ├── secretbox2.wasm │ ├── secretbox7.wasm │ ├── secretbox8.wasm │ ├── secretbox_easy.wasm │ ├── secretbox_easy2.wasm │ ├── secretstream_xchacha20poly1305.wasm │ ├── shorthash.wasm │ ├── sign.wasm │ ├── sign2.wasm │ ├── siphashx24.wasm │ ├── sodium_utils.wasm │ ├── stream.wasm │ ├── stream2.wasm │ ├── stream3.wasm │ ├── stream4.wasm │ ├── verify1.wasm │ └── xchacha20.wasm └── LICENSE /2021-Q1/output/linux-aarch64/native/auth.log: -------------------------------------------------------------------------------- 1 | 36250000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/auth2.log: -------------------------------------------------------------------------------- 1 | 2060000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/auth3.log: -------------------------------------------------------------------------------- 1 | 4310000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/auth5.log: -------------------------------------------------------------------------------- 1 | 24005750000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/auth6.log: -------------------------------------------------------------------------------- 1 | 2710000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/auth7.log: -------------------------------------------------------------------------------- 1 | 12261790000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/box.log: -------------------------------------------------------------------------------- 1 | 460760000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/box2.log: -------------------------------------------------------------------------------- 1 | 457330000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/box7.log: -------------------------------------------------------------------------------- 1 | 452770680000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/box8.log: -------------------------------------------------------------------------------- 1 | 1363682680000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/box_easy.log: -------------------------------------------------------------------------------- 1 | 926150000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/box_easy2.log: -------------------------------------------------------------------------------- 1 | 58098460000 2 | PASS box_easy2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/box_seal.log: -------------------------------------------------------------------------------- 1 | 2543590000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/box_seed.log: -------------------------------------------------------------------------------- 1 | 81950000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/chacha20.log: -------------------------------------------------------------------------------- 1 | 1175400000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/codecs.log: -------------------------------------------------------------------------------- 1 | 3056590000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/core3.log: -------------------------------------------------------------------------------- 1 | 111752390000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/hash.log: -------------------------------------------------------------------------------- 1 | 4410000 2 | PASS hash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/hash3.log: -------------------------------------------------------------------------------- 1 | 730000 2 | PASS hash3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/kdf.log: -------------------------------------------------------------------------------- 1 | 39740000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/keygen.log: -------------------------------------------------------------------------------- 1 | 33900000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/kx.log: -------------------------------------------------------------------------------- 1 | 2661360000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 950000 2 | PASS onetimeauth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/scalarmult.log: -------------------------------------------------------------------------------- 1 | 836640000 2 | PASS scalarmult (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 79000000 2 | PASS scalarmult2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 228240000 2 | PASS scalarmult5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 228950000 2 | PASS scalarmult6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 452600000 2 | PASS scalarmult7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/secretbox.log: -------------------------------------------------------------------------------- 1 | 2690000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/secretbox2.log: -------------------------------------------------------------------------------- 1 | 1830000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/secretbox7.log: -------------------------------------------------------------------------------- 1 | 12654760000 2 | PASS secretbox7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/secretbox8.log: -------------------------------------------------------------------------------- 1 | 26729580000 2 | PASS secretbox8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/shorthash.log: -------------------------------------------------------------------------------- 1 | 3600000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/siphashx24.log: -------------------------------------------------------------------------------- 1 | 4320000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/stream.log: -------------------------------------------------------------------------------- 1 | 86958520000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/stream2.log: -------------------------------------------------------------------------------- 1 | 68416750000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/stream3.log: -------------------------------------------------------------------------------- 1 | 470000 2 | PASS stream3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/stream4.log: -------------------------------------------------------------------------------- 1 | 880000 2 | PASS stream4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/verify1.log: -------------------------------------------------------------------------------- 1 | 146834950000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/native/xchacha20.log: -------------------------------------------------------------------------------- 1 | 14837980000 2 | PASS xchacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/aead_aes256gcm.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/aead_aes256gcm2.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/aead_chacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 284840000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/aead_chacha20poly13052.log: -------------------------------------------------------------------------------- 1 | 818310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/aead_xchacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 283610000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/auth.log: -------------------------------------------------------------------------------- 1 | 89890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/auth2.log: -------------------------------------------------------------------------------- 1 | 4750000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/auth3.log: -------------------------------------------------------------------------------- 1 | 9430000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/auth5.log: -------------------------------------------------------------------------------- 1 | 50185690000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/auth6.log: -------------------------------------------------------------------------------- 1 | 7130000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/auth7.log: -------------------------------------------------------------------------------- 1 | 26028030000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/box.log: -------------------------------------------------------------------------------- 1 | 900680000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/box2.log: -------------------------------------------------------------------------------- 1 | 895300000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/box7.log: -------------------------------------------------------------------------------- 1 | 878303120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/box8.log: -------------------------------------------------------------------------------- 1 | 2633063310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/box_easy.log: -------------------------------------------------------------------------------- 1 | 1801180000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/box_easy2.log: -------------------------------------------------------------------------------- 1 | 109689020000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/box_seal.log: -------------------------------------------------------------------------------- 1 | 4987130000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/box_seed.log: -------------------------------------------------------------------------------- 1 | 171590000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/chacha20.log: -------------------------------------------------------------------------------- 1 | 1777180000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/codecs.log: -------------------------------------------------------------------------------- 1 | 3967330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/core1.log: -------------------------------------------------------------------------------- 1 | 210000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/core2.log: -------------------------------------------------------------------------------- 1 | 200000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/core3.log: -------------------------------------------------------------------------------- 1 | 190415770000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/core4.log: -------------------------------------------------------------------------------- 1 | 230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/core5.log: -------------------------------------------------------------------------------- 1 | 210000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/core6.log: -------------------------------------------------------------------------------- 1 | 230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/core_ed25519.log: -------------------------------------------------------------------------------- 1 | 3203352240000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/core_ristretto255.log: -------------------------------------------------------------------------------- 1 | 3681210460000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/ed25519_convert.log: -------------------------------------------------------------------------------- 1 | 395725930000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/generichash.log: -------------------------------------------------------------------------------- 1 | 2104290000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/generichash2.log: -------------------------------------------------------------------------------- 1 | 155270000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/generichash3.log: -------------------------------------------------------------------------------- 1 | 143440000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/hash.log: -------------------------------------------------------------------------------- 1 | 9490000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/hash3.log: -------------------------------------------------------------------------------- 1 | 1480000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/kdf.log: -------------------------------------------------------------------------------- 1 | 90750000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/keygen.log: -------------------------------------------------------------------------------- 1 | 28980000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/kx.log: -------------------------------------------------------------------------------- 1 | 5332400000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/metamorphic.log: -------------------------------------------------------------------------------- 1 | 59466940000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/misuse.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 2090000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/onetimeauth7.log: -------------------------------------------------------------------------------- 1 | 11716020000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/pwhash_argon2i.log: -------------------------------------------------------------------------------- 1 | 2104908980000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/pwhash_argon2id.log: -------------------------------------------------------------------------------- 1 | 2543329490000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/pwhash_scrypt.log: -------------------------------------------------------------------------------- 1 | 4195306480000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/pwhash_scrypt_ll.log: -------------------------------------------------------------------------------- 1 | 278956540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/randombytes.log: -------------------------------------------------------------------------------- 1 | 9711050000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/scalarmult.log: -------------------------------------------------------------------------------- 1 | 1666340000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 168230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 444370000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 446940000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 885880000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 26424770000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/scalarmult_ed25519.log: -------------------------------------------------------------------------------- 1 | 8683630000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/scalarmult_ristretto255.log: -------------------------------------------------------------------------------- 1 | 10778530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/secretbox.log: -------------------------------------------------------------------------------- 1 | 4740000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/secretbox2.log: -------------------------------------------------------------------------------- 1 | 3050000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/secretbox7.log: -------------------------------------------------------------------------------- 1 | 18845690000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/secretbox8.log: -------------------------------------------------------------------------------- 1 | 36701810000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/secretbox_easy.log: -------------------------------------------------------------------------------- 1 | 20480000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/secretbox_easy2.log: -------------------------------------------------------------------------------- 1 | 49871590000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/secretstream.log: -------------------------------------------------------------------------------- 1 | 200460000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/shorthash.log: -------------------------------------------------------------------------------- 1 | 4320000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/siphashx24.log: -------------------------------------------------------------------------------- 1 | 5500000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/sodium_utils.log: -------------------------------------------------------------------------------- 1 | 67724150000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/sodium_version.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/stream.log: -------------------------------------------------------------------------------- 1 | 142519740000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/stream2.log: -------------------------------------------------------------------------------- 1 | 119562670000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/stream3.log: -------------------------------------------------------------------------------- 1 | 660000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/stream4.log: -------------------------------------------------------------------------------- 1 | 1690000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/verify1.log: -------------------------------------------------------------------------------- 1 | 184035470000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/node/xchacha20.log: -------------------------------------------------------------------------------- 1 | 29118260000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/aead_aes256gcm.log: -------------------------------------------------------------------------------- 1 | 50000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/aead_aes256gcm2.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/aead_chacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 6498830000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/aead_chacha20poly13052.log: -------------------------------------------------------------------------------- 1 | 21552420000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/aead_xchacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 7009530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/auth.log: -------------------------------------------------------------------------------- 1 | 2461460000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/auth2.log: -------------------------------------------------------------------------------- 1 | 149220000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/auth3.log: -------------------------------------------------------------------------------- 1 | 300530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/auth5.log: -------------------------------------------------------------------------------- 1 | 1437549140000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/auth6.log: -------------------------------------------------------------------------------- 1 | 191420000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/auth7.log: -------------------------------------------------------------------------------- 1 | 717122980000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/box.log: -------------------------------------------------------------------------------- 1 | 15195990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/box2.log: -------------------------------------------------------------------------------- 1 | 15303360000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/box7.log: -------------------------------------------------------------------------------- 1 | 15304920430000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/box8.log: -------------------------------------------------------------------------------- 1 | 45312086290000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/box_easy.log: -------------------------------------------------------------------------------- 1 | 30766750000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/box_easy2.log: -------------------------------------------------------------------------------- 1 | 1979901650000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/box_seal.log: -------------------------------------------------------------------------------- 1 | 88105290000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/box_seed.log: -------------------------------------------------------------------------------- 1 | 2947800000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/chacha20.log: -------------------------------------------------------------------------------- 1 | 46922200000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/codecs.log: -------------------------------------------------------------------------------- 1 | 103852690000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/core1.log: -------------------------------------------------------------------------------- 1 | 6750000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/core2.log: -------------------------------------------------------------------------------- 1 | 6070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/core3.log: -------------------------------------------------------------------------------- 1 | 6695576230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/core4.log: -------------------------------------------------------------------------------- 1 | 7190000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/core5.log: -------------------------------------------------------------------------------- 1 | 7480000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/core6.log: -------------------------------------------------------------------------------- 1 | 6360000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/core_ed25519.log: -------------------------------------------------------------------------------- 1 | 60662053540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/core_ristretto255.log: -------------------------------------------------------------------------------- 1 | 67013719540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/ed25519_convert.log: -------------------------------------------------------------------------------- 1 | 7104631010000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/generichash.log: -------------------------------------------------------------------------------- 1 | 53256330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/generichash2.log: -------------------------------------------------------------------------------- 1 | 3863710000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/generichash3.log: -------------------------------------------------------------------------------- 1 | 3727990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/hash.log: -------------------------------------------------------------------------------- 1 | 300260000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/hash2.log: -------------------------------------------------------------------------------- 1 | Error: [Fatal] repl_load: cannot open file 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/hash3.log: -------------------------------------------------------------------------------- 1 | 46360000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/kdf.log: -------------------------------------------------------------------------------- 1 | 2245260000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/keygen.log: -------------------------------------------------------------------------------- 1 | 724980000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/kx.log: -------------------------------------------------------------------------------- 1 | 89738900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/metamorphic.log: -------------------------------------------------------------------------------- 1 | 1655827330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/misuse.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 30860000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/onetimeauth7.log: -------------------------------------------------------------------------------- 1 | 262747830000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/pwhash_argon2i.log: -------------------------------------------------------------------------------- 1 | 38344418680000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/pwhash_argon2id.log: -------------------------------------------------------------------------------- 1 | 44780404780000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/pwhash_scrypt.log: -------------------------------------------------------------------------------- 1 | 77293907550000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/pwhash_scrypt_ll.log: -------------------------------------------------------------------------------- 1 | 4896872950000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/randombytes.log: -------------------------------------------------------------------------------- 1 | 159050430000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/scalarmult.log: -------------------------------------------------------------------------------- 1 | 28706820000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 2846500000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 7645040000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 7371190000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 14900380000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 444830130000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/scalarmult_ed25519.log: -------------------------------------------------------------------------------- 1 | 156475660000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/scalarmult_ristretto255.log: -------------------------------------------------------------------------------- 1 | 194918460000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/secretbox.log: -------------------------------------------------------------------------------- 1 | 117600000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/secretbox2.log: -------------------------------------------------------------------------------- 1 | 78800000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/secretbox7.log: -------------------------------------------------------------------------------- 1 | 454324320000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/secretbox8.log: -------------------------------------------------------------------------------- 1 | 828774170000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/secretbox_easy.log: -------------------------------------------------------------------------------- 1 | 502880000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/secretbox_easy2.log: -------------------------------------------------------------------------------- 1 | 796770180000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/secretstream.log: -------------------------------------------------------------------------------- 1 | 5103690000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/shorthash.log: -------------------------------------------------------------------------------- 1 | 174880000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/siphashx24.log: -------------------------------------------------------------------------------- 1 | 217710000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/sodium_utils.log: -------------------------------------------------------------------------------- 1 | 1295521430000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/sodium_version.log: -------------------------------------------------------------------------------- 1 | 30000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/stream.log: -------------------------------------------------------------------------------- 1 | 4910742450000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/stream2.log: -------------------------------------------------------------------------------- 1 | 4338870610000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/stream3.log: -------------------------------------------------------------------------------- 1 | 19920000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/stream4.log: -------------------------------------------------------------------------------- 1 | 41810000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/verify1.log: -------------------------------------------------------------------------------- 1 | 3109510190000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasm3/xchacha20.log: -------------------------------------------------------------------------------- 1 | 504860230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/aead_chacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 279620000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/aead_chacha20poly13052.log: -------------------------------------------------------------------------------- 1 | 858650000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/aead_xchacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 314430000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/auth.log: -------------------------------------------------------------------------------- 1 | 87330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/auth2.log: -------------------------------------------------------------------------------- 1 | 4740000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/auth3.log: -------------------------------------------------------------------------------- 1 | 9540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/auth5.log: -------------------------------------------------------------------------------- 1 | 50990230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/auth6.log: -------------------------------------------------------------------------------- 1 | 6510000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/auth7.log: -------------------------------------------------------------------------------- 1 | 26052800000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/box.log: -------------------------------------------------------------------------------- 1 | 1002330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/box2.log: -------------------------------------------------------------------------------- 1 | 1010680000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/box7.log: -------------------------------------------------------------------------------- 1 | 978634050000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/box8.log: -------------------------------------------------------------------------------- 1 | 2999800950000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/box_easy.log: -------------------------------------------------------------------------------- 1 | 1992050000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/box_easy2.log: -------------------------------------------------------------------------------- 1 | 125658290000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/box_seal.log: -------------------------------------------------------------------------------- 1 | 5940810000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/box_seed.log: -------------------------------------------------------------------------------- 1 | 234150000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/chacha20.log: -------------------------------------------------------------------------------- 1 | 1754620000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/codecs.log: -------------------------------------------------------------------------------- 1 | 4254860000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/core1.log: -------------------------------------------------------------------------------- 1 | 310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/core2.log: -------------------------------------------------------------------------------- 1 | 300000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/core3.log: -------------------------------------------------------------------------------- 1 | 225131750000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/core4.log: -------------------------------------------------------------------------------- 1 | 570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/core5.log: -------------------------------------------------------------------------------- 1 | 300000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/core6.log: -------------------------------------------------------------------------------- 1 | 330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/core_ed25519.log: -------------------------------------------------------------------------------- 1 | 3690137530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/core_ristretto255.log: -------------------------------------------------------------------------------- 1 | 4350333150000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/ed25519_convert.log: -------------------------------------------------------------------------------- 1 | 465587520000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/generichash.log: -------------------------------------------------------------------------------- 1 | 2288020000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/generichash2.log: -------------------------------------------------------------------------------- 1 | 151290000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/generichash3.log: -------------------------------------------------------------------------------- 1 | 138670000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/hash.log: -------------------------------------------------------------------------------- 1 | 9770000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/hash3.log: -------------------------------------------------------------------------------- 1 | 1530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/kdf.log: -------------------------------------------------------------------------------- 1 | 85570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/keygen.log: -------------------------------------------------------------------------------- 1 | 27120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/kx.log: -------------------------------------------------------------------------------- 1 | 6226420000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/metamorphic.log: -------------------------------------------------------------------------------- 1 | 65241000000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/misuse.log: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 1650000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/onetimeauth7.log: -------------------------------------------------------------------------------- 1 | 12412870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/pwhash_argon2i.log: -------------------------------------------------------------------------------- 1 | 1858350580000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/pwhash_argon2id.log: -------------------------------------------------------------------------------- 1 | 2461141770000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/pwhash_scrypt.log: -------------------------------------------------------------------------------- 1 | 4583016990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/pwhash_scrypt_ll.log: -------------------------------------------------------------------------------- 1 | 300898310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/randombytes.log: -------------------------------------------------------------------------------- 1 | 9507900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/scalarmult.log: -------------------------------------------------------------------------------- 1 | 1955740000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 229950000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 502790000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 498670000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 995990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 29748070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/scalarmult_ed25519.log: -------------------------------------------------------------------------------- 1 | 10704030000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/scalarmult_ristretto255.log: -------------------------------------------------------------------------------- 1 | 14388630000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/secretbox.log: -------------------------------------------------------------------------------- 1 | 5140000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/secretbox2.log: -------------------------------------------------------------------------------- 1 | 3430000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/secretbox7.log: -------------------------------------------------------------------------------- 1 | 19795550000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/secretbox8.log: -------------------------------------------------------------------------------- 1 | 40651810000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/secretbox_easy.log: -------------------------------------------------------------------------------- 1 | 21500000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/secretbox_easy2.log: -------------------------------------------------------------------------------- 1 | 56940390000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/secretstream.log: -------------------------------------------------------------------------------- 1 | 208730000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/shorthash.log: -------------------------------------------------------------------------------- 1 | 5180000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/siphashx24.log: -------------------------------------------------------------------------------- 1 | 6270000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/sodium_utils.log: -------------------------------------------------------------------------------- 1 | 58666110000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/stream.log: -------------------------------------------------------------------------------- 1 | 159924700000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/stream2.log: -------------------------------------------------------------------------------- 1 | 141227470000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/stream3.log: -------------------------------------------------------------------------------- 1 | 960000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/stream4.log: -------------------------------------------------------------------------------- 1 | 1950000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/verify1.log: -------------------------------------------------------------------------------- 1 | 207764200000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-cranelift/xchacha20.log: -------------------------------------------------------------------------------- 1 | 33870700000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/aead_chacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 272530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/aead_chacha20poly13052.log: -------------------------------------------------------------------------------- 1 | 689880000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/aead_xchacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 275220000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/auth.log: -------------------------------------------------------------------------------- 1 | 58170000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/auth2.log: -------------------------------------------------------------------------------- 1 | 3160000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/auth3.log: -------------------------------------------------------------------------------- 1 | 6410000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/auth5.log: -------------------------------------------------------------------------------- 1 | 34467820000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/auth6.log: -------------------------------------------------------------------------------- 1 | 4340000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/auth7.log: -------------------------------------------------------------------------------- 1 | 17859660000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/box.log: -------------------------------------------------------------------------------- 1 | 811500000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/box2.log: -------------------------------------------------------------------------------- 1 | 814600000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/box7.log: -------------------------------------------------------------------------------- 1 | 802657960000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/box8.log: -------------------------------------------------------------------------------- 1 | 2411832080000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/box_easy.log: -------------------------------------------------------------------------------- 1 | 1652540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/box_easy2.log: -------------------------------------------------------------------------------- 1 | 96422760000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/box_seal.log: -------------------------------------------------------------------------------- 1 | 4511470000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/box_seed.log: -------------------------------------------------------------------------------- 1 | 144000000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/chacha20.log: -------------------------------------------------------------------------------- 1 | 1403510000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/codecs.log: -------------------------------------------------------------------------------- 1 | 3050360000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/core1.log: -------------------------------------------------------------------------------- 1 | 890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/core2.log: -------------------------------------------------------------------------------- 1 | 950000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/core3.log: -------------------------------------------------------------------------------- 1 | 217748760000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/core4.log: -------------------------------------------------------------------------------- 1 | 1420000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/core5.log: -------------------------------------------------------------------------------- 1 | 900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/core6.log: -------------------------------------------------------------------------------- 1 | 900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/core_ed25519.log: -------------------------------------------------------------------------------- 1 | 2989906870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/core_ristretto255.log: -------------------------------------------------------------------------------- 1 | 3287165890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/ed25519_convert.log: -------------------------------------------------------------------------------- 1 | 350278310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/generichash.log: -------------------------------------------------------------------------------- 1 | 1646940000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/generichash2.log: -------------------------------------------------------------------------------- 1 | 112620000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/generichash3.log: -------------------------------------------------------------------------------- 1 | 104600000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/hash.log: -------------------------------------------------------------------------------- 1 | 6450000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/hash3.log: -------------------------------------------------------------------------------- 1 | 970000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/kdf.log: -------------------------------------------------------------------------------- 1 | 62830000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/keygen.log: -------------------------------------------------------------------------------- 1 | 22180000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/kx.log: -------------------------------------------------------------------------------- 1 | 4814860000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/metamorphic.log: -------------------------------------------------------------------------------- 1 | 43728600000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/misuse.log: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 1790000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/onetimeauth7.log: -------------------------------------------------------------------------------- 1 | 13603550000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/pwhash_argon2i.log: -------------------------------------------------------------------------------- 1 | 1354300590000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/pwhash_argon2id.log: -------------------------------------------------------------------------------- 1 | 1555198030000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/pwhash_scrypt.log: -------------------------------------------------------------------------------- 1 | 7927658990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/pwhash_scrypt_ll.log: -------------------------------------------------------------------------------- 1 | 524367310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/randombytes.log: -------------------------------------------------------------------------------- 1 | 9012380000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/scalarmult.log: -------------------------------------------------------------------------------- 1 | 1490010000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 145990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 405180000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 404640000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 814740000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 24168190000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/scalarmult_ed25519.log: -------------------------------------------------------------------------------- 1 | 7938690000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/scalarmult_ristretto255.log: -------------------------------------------------------------------------------- 1 | 9902230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/secretbox.log: -------------------------------------------------------------------------------- 1 | 9400000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/secretbox2.log: -------------------------------------------------------------------------------- 1 | 6600000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/secretbox7.log: -------------------------------------------------------------------------------- 1 | 30443930000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/secretbox8.log: -------------------------------------------------------------------------------- 1 | 61930890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/secretbox_easy.log: -------------------------------------------------------------------------------- 1 | 40350000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/secretbox_easy2.log: -------------------------------------------------------------------------------- 1 | 78012230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/secretstream.log: -------------------------------------------------------------------------------- 1 | 199300000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/shorthash.log: -------------------------------------------------------------------------------- 1 | 4310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/siphashx24.log: -------------------------------------------------------------------------------- 1 | 4480000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/sodium_utils.log: -------------------------------------------------------------------------------- 1 | 50969290000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/stream.log: -------------------------------------------------------------------------------- 1 | 148879150000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/stream2.log: -------------------------------------------------------------------------------- 1 | 129903380000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/stream3.log: -------------------------------------------------------------------------------- 1 | 1860000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/stream4.log: -------------------------------------------------------------------------------- 1 | 3840000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/verify1.log: -------------------------------------------------------------------------------- 1 | 154708400000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmer-llvm-native/xchacha20.log: -------------------------------------------------------------------------------- 1 | 26495830000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/aead_aes256gcm.log: -------------------------------------------------------------------------------- 1 | 30000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/aead_aes256gcm2.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/aead_chacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 243870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/aead_chacha20poly13052.log: -------------------------------------------------------------------------------- 1 | 787920000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/aead_xchacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 263020000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/auth.log: -------------------------------------------------------------------------------- 1 | 77570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/auth2.log: -------------------------------------------------------------------------------- 1 | 4160000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/auth3.log: -------------------------------------------------------------------------------- 1 | 9220000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/auth5.log: -------------------------------------------------------------------------------- 1 | 45259040000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/auth6.log: -------------------------------------------------------------------------------- 1 | 5770000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/auth7.log: -------------------------------------------------------------------------------- 1 | 22844780000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/box.log: -------------------------------------------------------------------------------- 1 | 840890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/box2.log: -------------------------------------------------------------------------------- 1 | 840540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/box7.log: -------------------------------------------------------------------------------- 1 | 811462130000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/box8.log: -------------------------------------------------------------------------------- 1 | 2447454690000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/box_easy.log: -------------------------------------------------------------------------------- 1 | 1643900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/box_easy2.log: -------------------------------------------------------------------------------- 1 | 95838510000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/box_seal.log: -------------------------------------------------------------------------------- 1 | 5166870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/box_seed.log: -------------------------------------------------------------------------------- 1 | 230030000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/chacha20.log: -------------------------------------------------------------------------------- 1 | 1573890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/codecs.log: -------------------------------------------------------------------------------- 1 | 4198860000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/core1.log: -------------------------------------------------------------------------------- 1 | 330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/core2.log: -------------------------------------------------------------------------------- 1 | 320000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/core3.log: -------------------------------------------------------------------------------- 1 | 207041030000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/core4.log: -------------------------------------------------------------------------------- 1 | 350000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/core5.log: -------------------------------------------------------------------------------- 1 | 330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/core6.log: -------------------------------------------------------------------------------- 1 | 350000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/core_ed25519.log: -------------------------------------------------------------------------------- 1 | 3258721840000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/core_ristretto255.log: -------------------------------------------------------------------------------- 1 | 3685530510000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/ed25519_convert.log: -------------------------------------------------------------------------------- 1 | 458429990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/generichash.log: -------------------------------------------------------------------------------- 1 | 2016410000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/generichash2.log: -------------------------------------------------------------------------------- 1 | 131100000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/generichash3.log: -------------------------------------------------------------------------------- 1 | 121590000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/hash.log: -------------------------------------------------------------------------------- 1 | 8870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/hash3.log: -------------------------------------------------------------------------------- 1 | 1380000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/kdf.log: -------------------------------------------------------------------------------- 1 | 75870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/keygen.log: -------------------------------------------------------------------------------- 1 | 24070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/kx.log: -------------------------------------------------------------------------------- 1 | 5213870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/metamorphic.log: -------------------------------------------------------------------------------- 1 | 52765200000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/misuse.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 1350000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/onetimeauth7.log: -------------------------------------------------------------------------------- 1 | 11732850000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/pwhash_argon2i.log: -------------------------------------------------------------------------------- 1 | 1462458320000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/pwhash_argon2id.log: -------------------------------------------------------------------------------- 1 | 1676412340000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/pwhash_scrypt.log: -------------------------------------------------------------------------------- 1 | 3878714060000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/pwhash_scrypt_ll.log: -------------------------------------------------------------------------------- 1 | 256024180000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/randombytes.log: -------------------------------------------------------------------------------- 1 | 9570910000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/scalarmult.log: -------------------------------------------------------------------------------- 1 | 1728810000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 230770000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 406360000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 403610000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 806410000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 24475260000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/scalarmult_ed25519.log: -------------------------------------------------------------------------------- 1 | 9061240000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/scalarmult_ristretto255.log: -------------------------------------------------------------------------------- 1 | 11913540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/secretbox.log: -------------------------------------------------------------------------------- 1 | 4790000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/secretbox2.log: -------------------------------------------------------------------------------- 1 | 3170000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/secretbox7.log: -------------------------------------------------------------------------------- 1 | 18223060000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/secretbox8.log: -------------------------------------------------------------------------------- 1 | 39127460000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/secretbox_easy.log: -------------------------------------------------------------------------------- 1 | 20680000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/secretbox_easy2.log: -------------------------------------------------------------------------------- 1 | 55472540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/secretstream.log: -------------------------------------------------------------------------------- 1 | 192510000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/shorthash.log: -------------------------------------------------------------------------------- 1 | 6750000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/siphashx24.log: -------------------------------------------------------------------------------- 1 | 6170000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/sodium_utils.log: -------------------------------------------------------------------------------- 1 | 53121740000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/sodium_version.log: -------------------------------------------------------------------------------- 1 | 20000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/stream.log: -------------------------------------------------------------------------------- 1 | 150017500000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/stream2.log: -------------------------------------------------------------------------------- 1 | 127925530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/stream3.log: -------------------------------------------------------------------------------- 1 | 760000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/stream4.log: -------------------------------------------------------------------------------- 1 | 1720000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/verify1.log: -------------------------------------------------------------------------------- 1 | 141706250000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-aarch64/wasmtime/xchacha20.log: -------------------------------------------------------------------------------- 1 | 27527090000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/auth.log: -------------------------------------------------------------------------------- 1 | 15410000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/auth2.log: -------------------------------------------------------------------------------- 1 | 890000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/auth3.log: -------------------------------------------------------------------------------- 1 | 1770000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/auth5.log: -------------------------------------------------------------------------------- 1 | 9377960000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/auth6.log: -------------------------------------------------------------------------------- 1 | 1380000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/auth7.log: -------------------------------------------------------------------------------- 1 | 4941050000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/box.log: -------------------------------------------------------------------------------- 1 | 165110000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/box2.log: -------------------------------------------------------------------------------- 1 | 144650000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/box7.log: -------------------------------------------------------------------------------- 1 | 61239200000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/box8.log: -------------------------------------------------------------------------------- 1 | 182926460000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/box_easy.log: -------------------------------------------------------------------------------- 1 | 124910000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/box_easy2.log: -------------------------------------------------------------------------------- 1 | 8613870000 2 | PASS box_easy2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/box_seal.log: -------------------------------------------------------------------------------- 1 | 379440000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/box_seed.log: -------------------------------------------------------------------------------- 1 | 14100000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/chacha20.log: -------------------------------------------------------------------------------- 1 | 315720000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/codecs.log: -------------------------------------------------------------------------------- 1 | 930010000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/core3.log: -------------------------------------------------------------------------------- 1 | 46419260000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/generichash.log: -------------------------------------------------------------------------------- 1 | 358780000 2 | PASS generichash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/generichash2.log: -------------------------------------------------------------------------------- 1 | 16880000 2 | PASS generichash2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/generichash3.log: -------------------------------------------------------------------------------- 1 | 17250000 2 | PASS generichash3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/kdf.log: -------------------------------------------------------------------------------- 1 | 9430000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/keygen.log: -------------------------------------------------------------------------------- 1 | 8050000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/kx.log: -------------------------------------------------------------------------------- 1 | 463750000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/randombytes.log: -------------------------------------------------------------------------------- 1 | 1857320000 2 | PASS randombytes (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/scalarmult.log: -------------------------------------------------------------------------------- 1 | 145800000 2 | PASS scalarmult (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 13200000 2 | PASS scalarmult2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 33560000 2 | PASS scalarmult5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 29410000 2 | PASS scalarmult6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 57850000 2 | PASS scalarmult7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 2688040000 2 | PASS scalarmult8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/secretbox.log: -------------------------------------------------------------------------------- 1 | 1150000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/secretbox2.log: -------------------------------------------------------------------------------- 1 | 850000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/secretbox7.log: -------------------------------------------------------------------------------- 1 | 3186840000 2 | PASS secretbox7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/secretbox8.log: -------------------------------------------------------------------------------- 1 | 6731010000 2 | PASS secretbox8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/secretstream.log: -------------------------------------------------------------------------------- 1 | 25550000 2 | PASS secretstream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/shorthash.log: -------------------------------------------------------------------------------- 1 | 1270000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/siphashx24.log: -------------------------------------------------------------------------------- 1 | 1580000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/stream.log: -------------------------------------------------------------------------------- 1 | 25204720000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/stream2.log: -------------------------------------------------------------------------------- 1 | 24116040000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/verify1.log: -------------------------------------------------------------------------------- 1 | 24071390000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/native/xchacha20.log: -------------------------------------------------------------------------------- 1 | 3261820000 2 | PASS xchacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/aead_aes256gcm.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/aead_aes256gcm2.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/aead_chacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 1455330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/aead_chacha20poly13052.log: -------------------------------------------------------------------------------- 1 | 1488840000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/aead_xchacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 1220000000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/auth.log: -------------------------------------------------------------------------------- 1 | 45300000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/auth2.log: -------------------------------------------------------------------------------- 1 | 1200000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/auth3.log: -------------------------------------------------------------------------------- 1 | 2360000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/auth5.log: -------------------------------------------------------------------------------- 1 | 18232990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/auth6.log: -------------------------------------------------------------------------------- 1 | 1570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/auth7.log: -------------------------------------------------------------------------------- 1 | 9654670000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/box.log: -------------------------------------------------------------------------------- 1 | 264500000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/box2.log: -------------------------------------------------------------------------------- 1 | 253730000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/box7.log: -------------------------------------------------------------------------------- 1 | 225699990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/box8.log: -------------------------------------------------------------------------------- 1 | 664568370000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/box_easy.log: -------------------------------------------------------------------------------- 1 | 496390000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/box_easy2.log: -------------------------------------------------------------------------------- 1 | 31442290000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/box_seal.log: -------------------------------------------------------------------------------- 1 | 1368910000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/box_seed.log: -------------------------------------------------------------------------------- 1 | 43100000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/chacha20.log: -------------------------------------------------------------------------------- 1 | 2354950000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/codecs.log: -------------------------------------------------------------------------------- 1 | 4780510000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/core1.log: -------------------------------------------------------------------------------- 1 | 150000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/core2.log: -------------------------------------------------------------------------------- 1 | 120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/core3.log: -------------------------------------------------------------------------------- 1 | 62870820000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/core4.log: -------------------------------------------------------------------------------- 1 | 130000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/core5.log: -------------------------------------------------------------------------------- 1 | 140000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/core6.log: -------------------------------------------------------------------------------- 1 | 150000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/core_ed25519.log: -------------------------------------------------------------------------------- 1 | 863818370000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/core_ristretto255.log: -------------------------------------------------------------------------------- 1 | 920745680000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/ed25519_convert.log: -------------------------------------------------------------------------------- 1 | 101090870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/generichash.log: -------------------------------------------------------------------------------- 1 | 517070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/generichash2.log: -------------------------------------------------------------------------------- 1 | 39700000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/generichash3.log: -------------------------------------------------------------------------------- 1 | 52260000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/hash.log: -------------------------------------------------------------------------------- 1 | 2830000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/hash3.log: -------------------------------------------------------------------------------- 1 | 1540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/kdf.log: -------------------------------------------------------------------------------- 1 | 21150000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/keygen.log: -------------------------------------------------------------------------------- 1 | 114920000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/kx.log: -------------------------------------------------------------------------------- 1 | 1383490000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/metamorphic.log: -------------------------------------------------------------------------------- 1 | 56836130000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/misuse.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 7910000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/onetimeauth7.log: -------------------------------------------------------------------------------- 1 | 12602020000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/pwhash_argon2i.log: -------------------------------------------------------------------------------- 1 | 409336060000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/pwhash_argon2id.log: -------------------------------------------------------------------------------- 1 | 455632720000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/pwhash_scrypt.log: -------------------------------------------------------------------------------- 1 | 1242705440000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/pwhash_scrypt_ll.log: -------------------------------------------------------------------------------- 1 | 81846900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/randombytes.log: -------------------------------------------------------------------------------- 1 | 119738390000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/scalarmult.log: -------------------------------------------------------------------------------- 1 | 413510000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 42680000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 146370000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 115550000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 218940000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 7012790000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/scalarmult_ed25519.log: -------------------------------------------------------------------------------- 1 | 2217730000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/scalarmult_ristretto255.log: -------------------------------------------------------------------------------- 1 | 2819120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/secretbox.log: -------------------------------------------------------------------------------- 1 | 5380000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/secretbox2.log: -------------------------------------------------------------------------------- 1 | 4510000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/secretbox7.log: -------------------------------------------------------------------------------- 1 | 18391940000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/secretbox8.log: -------------------------------------------------------------------------------- 1 | 39422490000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/secretbox_easy.log: -------------------------------------------------------------------------------- 1 | 53480000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/secretbox_easy2.log: -------------------------------------------------------------------------------- 1 | 24419700000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/secretstream.log: -------------------------------------------------------------------------------- 1 | 435220000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/shorthash.log: -------------------------------------------------------------------------------- 1 | 1630000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/siphashx24.log: -------------------------------------------------------------------------------- 1 | 2370000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/sodium_utils.log: -------------------------------------------------------------------------------- 1 | 36486990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/sodium_version.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/stream.log: -------------------------------------------------------------------------------- 1 | 46499890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/stream2.log: -------------------------------------------------------------------------------- 1 | 38610790000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/stream3.log: -------------------------------------------------------------------------------- 1 | 1150000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/stream4.log: -------------------------------------------------------------------------------- 1 | 2630000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/verify1.log: -------------------------------------------------------------------------------- 1 | 288429930000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/ssvm/xchacha20.log: -------------------------------------------------------------------------------- 1 | 8130900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/aead_aes256gcm.log: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/aead_aes256gcm2.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/aead_chacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 128320000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/aead_chacha20poly13052.log: -------------------------------------------------------------------------------- 1 | 236100000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/aead_xchacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 116810000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/auth.log: -------------------------------------------------------------------------------- 1 | 27730000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/auth2.log: -------------------------------------------------------------------------------- 1 | 2270000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/auth3.log: -------------------------------------------------------------------------------- 1 | 3660000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/auth5.log: -------------------------------------------------------------------------------- 1 | 15141660000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/auth6.log: -------------------------------------------------------------------------------- 1 | 2080000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/auth7.log: -------------------------------------------------------------------------------- 1 | 7889110000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/box.log: -------------------------------------------------------------------------------- 1 | 255280000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/box2.log: -------------------------------------------------------------------------------- 1 | 249980000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/box7.log: -------------------------------------------------------------------------------- 1 | 247188810000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/box8.log: -------------------------------------------------------------------------------- 1 | 731087540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/box_easy.log: -------------------------------------------------------------------------------- 1 | 491720000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/box_easy2.log: -------------------------------------------------------------------------------- 1 | 34076930000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/box_seal.log: -------------------------------------------------------------------------------- 1 | 1381160000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/box_seed.log: -------------------------------------------------------------------------------- 1 | 43620000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/chacha20.log: -------------------------------------------------------------------------------- 1 | 597390000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/codecs.log: -------------------------------------------------------------------------------- 1 | 1233310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/core1.log: -------------------------------------------------------------------------------- 1 | 420000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/core2.log: -------------------------------------------------------------------------------- 1 | 400000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/core3.log: -------------------------------------------------------------------------------- 1 | 82853780000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/core4.log: -------------------------------------------------------------------------------- 1 | 240000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/core5.log: -------------------------------------------------------------------------------- 1 | 230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/core6.log: -------------------------------------------------------------------------------- 1 | 410000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/core_ed25519.log: -------------------------------------------------------------------------------- 1 | 858472950000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/core_ristretto255.log: -------------------------------------------------------------------------------- 1 | 942448080000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/ed25519_convert.log: -------------------------------------------------------------------------------- 1 | 103296760000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/generichash.log: -------------------------------------------------------------------------------- 1 | 537250000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/generichash2.log: -------------------------------------------------------------------------------- 1 | 45770000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/generichash3.log: -------------------------------------------------------------------------------- 1 | 41600000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/hash.log: -------------------------------------------------------------------------------- 1 | 3120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/hash3.log: -------------------------------------------------------------------------------- 1 | 440000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/kdf.log: -------------------------------------------------------------------------------- 1 | 25970000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/keygen.log: -------------------------------------------------------------------------------- 1 | 10260000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/kx.log: -------------------------------------------------------------------------------- 1 | 1388830000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/metamorphic.log: -------------------------------------------------------------------------------- 1 | 18904870000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/misuse.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 670000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/onetimeauth7.log: -------------------------------------------------------------------------------- 1 | 4087550000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/pwhash_argon2i.log: -------------------------------------------------------------------------------- 1 | 507002890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/pwhash_argon2id.log: -------------------------------------------------------------------------------- 1 | 576773690000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/pwhash_scrypt.log: -------------------------------------------------------------------------------- 1 | 2359056900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/pwhash_scrypt_ll.log: -------------------------------------------------------------------------------- 1 | 159216530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/randombytes.log: -------------------------------------------------------------------------------- 1 | 3507450000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/scalarmult.log: -------------------------------------------------------------------------------- 1 | 417250000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 44850000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 115570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 121570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 271450000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 6640060000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/scalarmult_ed25519.log: -------------------------------------------------------------------------------- 1 | 2295040000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/scalarmult_ristretto255.log: -------------------------------------------------------------------------------- 1 | 2840800000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/secretbox.log: -------------------------------------------------------------------------------- 1 | 3220000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/secretbox2.log: -------------------------------------------------------------------------------- 1 | 2160000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/secretbox7.log: -------------------------------------------------------------------------------- 1 | 10206450000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/secretbox8.log: -------------------------------------------------------------------------------- 1 | 18098310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/secretbox_easy.log: -------------------------------------------------------------------------------- 1 | 12680000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/secretbox_easy2.log: -------------------------------------------------------------------------------- 1 | 18294330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/secretstream.log: -------------------------------------------------------------------------------- 1 | 78990000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/shorthash.log: -------------------------------------------------------------------------------- 1 | 1890000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/siphashx24.log: -------------------------------------------------------------------------------- 1 | 2070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/sodium_utils.log: -------------------------------------------------------------------------------- 1 | 22020830000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/sodium_version.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/stream.log: -------------------------------------------------------------------------------- 1 | 57962670000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/stream2.log: -------------------------------------------------------------------------------- 1 | 49981330000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/stream3.log: -------------------------------------------------------------------------------- 1 | 590000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/stream4.log: -------------------------------------------------------------------------------- 1 | 1220000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/verify1.log: -------------------------------------------------------------------------------- 1 | 51966390000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wasmer-llvm/xchacha20.log: -------------------------------------------------------------------------------- 1 | 8273020000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/aead_aes256gcm.log: -------------------------------------------------------------------------------- 1 | 10000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/aead_aes256gcm2.log: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/aead_chacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 79900000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/aead_chacha20poly13052.log: -------------------------------------------------------------------------------- 1 | 205540000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/aead_xchacha20poly1305.log: -------------------------------------------------------------------------------- 1 | 82770000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/auth.log: -------------------------------------------------------------------------------- 1 | 24550000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/auth2.log: -------------------------------------------------------------------------------- 1 | 1370000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/auth3.log: -------------------------------------------------------------------------------- 1 | 3070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/auth5.log: -------------------------------------------------------------------------------- 1 | 14335340000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/auth6.log: -------------------------------------------------------------------------------- 1 | 1760000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/auth7.log: -------------------------------------------------------------------------------- 1 | 7476130000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/box.log: -------------------------------------------------------------------------------- 1 | 224000000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/box2.log: -------------------------------------------------------------------------------- 1 | 230120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/box7.log: -------------------------------------------------------------------------------- 1 | 219853910000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/box8.log: -------------------------------------------------------------------------------- 1 | 662613570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/box_easy.log: -------------------------------------------------------------------------------- 1 | 444300000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/box_easy2.log: -------------------------------------------------------------------------------- 1 | 32454030000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/box_seal.log: -------------------------------------------------------------------------------- 1 | 1246130000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/box_seed.log: -------------------------------------------------------------------------------- 1 | 41480000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/chacha20.log: -------------------------------------------------------------------------------- 1 | 565090000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/codecs.log: -------------------------------------------------------------------------------- 1 | 1164640000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/core1.log: -------------------------------------------------------------------------------- 1 | 120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/core2.log: -------------------------------------------------------------------------------- 1 | 110000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/core3.log: -------------------------------------------------------------------------------- 1 | 68392530000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/core4.log: -------------------------------------------------------------------------------- 1 | 110000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/core5.log: -------------------------------------------------------------------------------- 1 | 120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/core6.log: -------------------------------------------------------------------------------- 1 | 120000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/core_ed25519.log: -------------------------------------------------------------------------------- 1 | 853125500000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/core_ristretto255.log: -------------------------------------------------------------------------------- 1 | 932685310000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/ed25519_convert.log: -------------------------------------------------------------------------------- 1 | 99506610000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/generichash.log: -------------------------------------------------------------------------------- 1 | 492790000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/generichash2.log: -------------------------------------------------------------------------------- 1 | 39980000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/generichash3.log: -------------------------------------------------------------------------------- 1 | 37000000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/hash.log: -------------------------------------------------------------------------------- 1 | 2980000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/hash3.log: -------------------------------------------------------------------------------- 1 | 570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/kdf.log: -------------------------------------------------------------------------------- 1 | 23410000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/keygen.log: -------------------------------------------------------------------------------- 1 | 8560000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/kx.log: -------------------------------------------------------------------------------- 1 | 1316230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/metamorphic.log: -------------------------------------------------------------------------------- 1 | 17781720000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/misuse.log: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 380000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/onetimeauth7.log: -------------------------------------------------------------------------------- 1 | 3644410000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/pwhash_argon2i.log: -------------------------------------------------------------------------------- 1 | 475221480000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/pwhash_argon2id.log: -------------------------------------------------------------------------------- 1 | 542084580000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/pwhash_scrypt.log: -------------------------------------------------------------------------------- 1 | 1353344020000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/pwhash_scrypt_ll.log: -------------------------------------------------------------------------------- 1 | 89215290000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/randombytes.log: -------------------------------------------------------------------------------- 1 | 3408570000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/scalarmult.log: -------------------------------------------------------------------------------- 1 | 415070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 42980000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 109500000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 110070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 218230000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 6990050000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/scalarmult_ed25519.log: -------------------------------------------------------------------------------- 1 | 2262960000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/scalarmult_ristretto255.log: -------------------------------------------------------------------------------- 1 | 2819560000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/secretbox.log: -------------------------------------------------------------------------------- 1 | 1560000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/secretbox2.log: -------------------------------------------------------------------------------- 1 | 1060000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/secretbox7.log: -------------------------------------------------------------------------------- 1 | 6524910000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/secretbox8.log: -------------------------------------------------------------------------------- 1 | 12129880000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/secretbox_easy.log: -------------------------------------------------------------------------------- 1 | 7140000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/secretbox_easy2.log: -------------------------------------------------------------------------------- 1 | 14996050000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/secretstream.log: -------------------------------------------------------------------------------- 1 | 63300000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/shorthash.log: -------------------------------------------------------------------------------- 1 | 1590000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/siphashx24.log: -------------------------------------------------------------------------------- 1 | 2050000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/sodium_utils.log: -------------------------------------------------------------------------------- 1 | 20175070000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/sodium_version.log: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/stream.log: -------------------------------------------------------------------------------- 1 | 50977970000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/stream2.log: -------------------------------------------------------------------------------- 1 | 42394030000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/stream3.log: -------------------------------------------------------------------------------- 1 | 270000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/stream4.log: -------------------------------------------------------------------------------- 1 | 590000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/verify1.log: -------------------------------------------------------------------------------- 1 | 49203960000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/linux-x86_64/wavm/xchacha20.log: -------------------------------------------------------------------------------- 1 | 7360210000 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/auth.log: -------------------------------------------------------------------------------- 1 | 596790000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/auth2.log: -------------------------------------------------------------------------------- 1 | 32710000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/auth3.log: -------------------------------------------------------------------------------- 1 | 77060000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/auth5.log: -------------------------------------------------------------------------------- 1 | 323713480000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/auth6.log: -------------------------------------------------------------------------------- 1 | 41490000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/auth7.log: -------------------------------------------------------------------------------- 1 | 166132830000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/box.log: -------------------------------------------------------------------------------- 1 | 3430840000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/box2.log: -------------------------------------------------------------------------------- 1 | 3442410000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/box7.log: -------------------------------------------------------------------------------- 1 | 3350829580000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/box8.log: -------------------------------------------------------------------------------- 1 | 10138797270000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/box_easy.log: -------------------------------------------------------------------------------- 1 | 6854630000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/box_easy2.log: -------------------------------------------------------------------------------- 1 | 497285730000 2 | PASS box_easy2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/box_seal.log: -------------------------------------------------------------------------------- 1 | 19103950000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/box_seed.log: -------------------------------------------------------------------------------- 1 | 697910000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/chacha20.log: -------------------------------------------------------------------------------- 1 | 12378760000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/codecs.log: -------------------------------------------------------------------------------- 1 | 25647790000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/core3.log: -------------------------------------------------------------------------------- 1 | 1325560920000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/generichash.log: -------------------------------------------------------------------------------- 1 | 16487170000 2 | PASS generichash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/kdf.log: -------------------------------------------------------------------------------- 1 | 863070000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/keygen.log: -------------------------------------------------------------------------------- 1 | 214760000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/kx.log: -------------------------------------------------------------------------------- 1 | 20670040000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/misuse.log: -------------------------------------------------------------------------------- 1 | 10000 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/randombytes.log: -------------------------------------------------------------------------------- 1 | 50209660000 2 | PASS randombytes (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/scalarmult.log: -------------------------------------------------------------------------------- 1 | 6269410000 2 | PASS scalarmult (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/scalarmult2.log: -------------------------------------------------------------------------------- 1 | 664310000 2 | PASS scalarmult2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/scalarmult5.log: -------------------------------------------------------------------------------- 1 | 1679440000 2 | PASS scalarmult5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/scalarmult6.log: -------------------------------------------------------------------------------- 1 | 1704510000 2 | PASS scalarmult6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/scalarmult7.log: -------------------------------------------------------------------------------- 1 | 3455910000 2 | PASS scalarmult7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/scalarmult8.log: -------------------------------------------------------------------------------- 1 | 98839530000 2 | PASS scalarmult8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/secretbox.log: -------------------------------------------------------------------------------- 1 | 34200000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/secretbox2.log: -------------------------------------------------------------------------------- 1 | 20960000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/secretbox7.log: -------------------------------------------------------------------------------- 1 | 132807390000 2 | PASS secretbox7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/secretbox8.log: -------------------------------------------------------------------------------- 1 | 226309200000 2 | PASS secretbox8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/shorthash.log: -------------------------------------------------------------------------------- 1 | 44690000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/siphashx24.log: -------------------------------------------------------------------------------- 1 | 45780000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/stream.log: -------------------------------------------------------------------------------- 1 | 972160280000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/stream2.log: -------------------------------------------------------------------------------- 1 | 810080510000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/verify1.log: -------------------------------------------------------------------------------- 1 | 829045170000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/iwasm/xchacha20.log: -------------------------------------------------------------------------------- 1 | 111068430000 2 | PASS xchacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/auth.log: -------------------------------------------------------------------------------- 1 | 66870000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/auth2.log: -------------------------------------------------------------------------------- 1 | 3780000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/auth3.log: -------------------------------------------------------------------------------- 1 | 7540000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/auth5.log: -------------------------------------------------------------------------------- 1 | 39219980000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/auth6.log: -------------------------------------------------------------------------------- 1 | 5090000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/auth7.log: -------------------------------------------------------------------------------- 1 | 20458800000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/box.log: -------------------------------------------------------------------------------- 1 | 383520000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/box2.log: -------------------------------------------------------------------------------- 1 | 389900000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/box7.log: -------------------------------------------------------------------------------- 1 | 379995260000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/box8.log: -------------------------------------------------------------------------------- 1 | 1094435730000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/box_easy.log: -------------------------------------------------------------------------------- 1 | 793720000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/box_easy2.log: -------------------------------------------------------------------------------- 1 | 43063790000 2 | PASS box_easy2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/box_seal.log: -------------------------------------------------------------------------------- 1 | 2408510000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/box_seed.log: -------------------------------------------------------------------------------- 1 | 107730000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/chacha20.log: -------------------------------------------------------------------------------- 1 | 1167670000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/codecs.log: -------------------------------------------------------------------------------- 1 | 2001080000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/core1.log: -------------------------------------------------------------------------------- 1 | 200000 2 | PASS core1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/core2.log: -------------------------------------------------------------------------------- 1 | 200000 2 | PASS core2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/core3.log: -------------------------------------------------------------------------------- 1 | 163207100000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/core4.log: -------------------------------------------------------------------------------- 1 | 240000 2 | PASS core4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/core5.log: -------------------------------------------------------------------------------- 1 | 200000 2 | PASS core5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/core6.log: -------------------------------------------------------------------------------- 1 | 240000 2 | PASS core6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/hash.log: -------------------------------------------------------------------------------- 1 | 7380000 2 | PASS hash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/hash3.log: -------------------------------------------------------------------------------- 1 | 1190000 2 | PASS hash3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/kdf.log: -------------------------------------------------------------------------------- 1 | 61550000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/keygen.log: -------------------------------------------------------------------------------- 1 | 18820000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/kx.log: -------------------------------------------------------------------------------- 1 | 2496570000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/misuse.log: -------------------------------------------------------------------------------- 1 | 20000 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 630000 2 | PASS onetimeauth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 30000 2 | PASS onetimeauth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/scalarmult.log: -------------------------------------------------------------------------------- 1 | 861980000 2 | PASS scalarmult (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/secretbox.log: -------------------------------------------------------------------------------- 1 | 3900000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/secretbox2.log: -------------------------------------------------------------------------------- 1 | 2190000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/shorthash.log: -------------------------------------------------------------------------------- 1 | 1930000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/sign.log: -------------------------------------------------------------------------------- 1 | PASS sign (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/siphashx24.log: -------------------------------------------------------------------------------- 1 | 2180000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/sodium_core.log: -------------------------------------------------------------------------------- 1 | PASS sodium_core (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/sodium_utils2.log: -------------------------------------------------------------------------------- 1 | PASS sodium_utils2 (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/sodium_utils3.log: -------------------------------------------------------------------------------- 1 | PASS sodium_utils3 (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/stream.log: -------------------------------------------------------------------------------- 1 | 115787330000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/stream2.log: -------------------------------------------------------------------------------- 1 | 101273210000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/stream3.log: -------------------------------------------------------------------------------- 1 | 530000 2 | PASS stream3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet-dev/stream4.log: -------------------------------------------------------------------------------- 1 | 1300000 2 | PASS stream4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/auth.log: -------------------------------------------------------------------------------- 1 | 74720000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/auth2.log: -------------------------------------------------------------------------------- 1 | 4240000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/auth3.log: -------------------------------------------------------------------------------- 1 | 8090000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/auth5.log: -------------------------------------------------------------------------------- 1 | 39963370000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/auth6.log: -------------------------------------------------------------------------------- 1 | 5520000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/auth7.log: -------------------------------------------------------------------------------- 1 | 20592440000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/box.log: -------------------------------------------------------------------------------- 1 | 467510000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/box2.log: -------------------------------------------------------------------------------- 1 | 458890000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/box7.log: -------------------------------------------------------------------------------- 1 | 432596560000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/box8.log: -------------------------------------------------------------------------------- 1 | 1295492230000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/box_easy.log: -------------------------------------------------------------------------------- 1 | 933860000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/box_seal.log: -------------------------------------------------------------------------------- 1 | 2635710000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/box_seed.log: -------------------------------------------------------------------------------- 1 | 109250000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/chacha20.log: -------------------------------------------------------------------------------- 1 | 1001650000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/codecs.log: -------------------------------------------------------------------------------- 1 | 2032620000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/core3.log: -------------------------------------------------------------------------------- 1 | 161762370000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/kdf.log: -------------------------------------------------------------------------------- 1 | 61170000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/keygen.log: -------------------------------------------------------------------------------- 1 | 20790000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/kx.log: -------------------------------------------------------------------------------- 1 | 2773510000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/misuse.log: -------------------------------------------------------------------------------- 1 | 20000 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/secretbox.log: -------------------------------------------------------------------------------- 1 | 3260000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/secretbox2.log: -------------------------------------------------------------------------------- 1 | 2100000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/shorthash.log: -------------------------------------------------------------------------------- 1 | 1800000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/siphashx24.log: -------------------------------------------------------------------------------- 1 | 2540000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/stream.log: -------------------------------------------------------------------------------- 1 | 130722220000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/stream2.log: -------------------------------------------------------------------------------- 1 | 107339840000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/lucet/verify1.log: -------------------------------------------------------------------------------- 1 | 108286830000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/auth.log: -------------------------------------------------------------------------------- 1 | 15410000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/auth2.log: -------------------------------------------------------------------------------- 1 | 890000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/auth3.log: -------------------------------------------------------------------------------- 1 | 1770000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/auth5.log: -------------------------------------------------------------------------------- 1 | 9377960000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/auth6.log: -------------------------------------------------------------------------------- 1 | 1380000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/auth7.log: -------------------------------------------------------------------------------- 1 | 4941050000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/box.log: -------------------------------------------------------------------------------- 1 | 165110000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/box2.log: -------------------------------------------------------------------------------- 1 | 144650000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/box7.log: -------------------------------------------------------------------------------- 1 | 61239200000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/box8.log: -------------------------------------------------------------------------------- 1 | 182926460000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/box_easy.log: -------------------------------------------------------------------------------- 1 | 124910000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/box_seal.log: -------------------------------------------------------------------------------- 1 | 379440000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/box_seed.log: -------------------------------------------------------------------------------- 1 | 14100000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/chacha20.log: -------------------------------------------------------------------------------- 1 | 315720000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/codecs.log: -------------------------------------------------------------------------------- 1 | 930010000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/core3.log: -------------------------------------------------------------------------------- 1 | 46419260000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/kdf.log: -------------------------------------------------------------------------------- 1 | 9430000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/keygen.log: -------------------------------------------------------------------------------- 1 | 8050000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/kx.log: -------------------------------------------------------------------------------- 1 | 463750000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/secretbox.log: -------------------------------------------------------------------------------- 1 | 1150000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/secretbox2.log: -------------------------------------------------------------------------------- 1 | 850000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/shorthash.log: -------------------------------------------------------------------------------- 1 | 1270000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/siphashx24.log: -------------------------------------------------------------------------------- 1 | 1580000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/stream.log: -------------------------------------------------------------------------------- 1 | 25204720000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/stream2.log: -------------------------------------------------------------------------------- 1 | 24116040000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/native/verify1.log: -------------------------------------------------------------------------------- 1 | 24071390000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/auth.log: -------------------------------------------------------------------------------- 1 | 33730000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/auth2.log: -------------------------------------------------------------------------------- 1 | 1940000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/auth3.log: -------------------------------------------------------------------------------- 1 | 3180000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/auth5.log: -------------------------------------------------------------------------------- 1 | 17512030000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/auth6.log: -------------------------------------------------------------------------------- 1 | 2210000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/auth7.log: -------------------------------------------------------------------------------- 1 | 9534940000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/box.log: -------------------------------------------------------------------------------- 1 | 253040000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/box2.log: -------------------------------------------------------------------------------- 1 | 233710000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/box7.log: -------------------------------------------------------------------------------- 1 | 213847310000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/box8.log: -------------------------------------------------------------------------------- 1 | 621182520000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/box_easy.log: -------------------------------------------------------------------------------- 1 | 469130000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/box_easy2.log: -------------------------------------------------------------------------------- 1 | 26343530000 2 | PASS box_easy2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/box_seal.log: -------------------------------------------------------------------------------- 1 | 1260330000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/box_seed.log: -------------------------------------------------------------------------------- 1 | 49170000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/chacha20.log: -------------------------------------------------------------------------------- 1 | 639290000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/codecs.log: -------------------------------------------------------------------------------- 1 | 1376750000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/core1.log: -------------------------------------------------------------------------------- 1 | 120000 2 | PASS core1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/core2.log: -------------------------------------------------------------------------------- 1 | 120000 2 | PASS core2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/core3.log: -------------------------------------------------------------------------------- 1 | 70364610000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/core4.log: -------------------------------------------------------------------------------- 1 | 110000 2 | PASS core4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/core5.log: -------------------------------------------------------------------------------- 1 | 100000 2 | PASS core5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/core6.log: -------------------------------------------------------------------------------- 1 | 110000 2 | PASS core6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/hash.log: -------------------------------------------------------------------------------- 1 | 3120000 2 | PASS hash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/hash3.log: -------------------------------------------------------------------------------- 1 | 470000 2 | PASS hash3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/kdf.log: -------------------------------------------------------------------------------- 1 | 25300000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/keygen.log: -------------------------------------------------------------------------------- 1 | 11190000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/kx.log: -------------------------------------------------------------------------------- 1 | 1573390000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/misuse.log: -------------------------------------------------------------------------------- 1 | 10000 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/onetimeauth.log: -------------------------------------------------------------------------------- 1 | 420000 2 | PASS onetimeauth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/onetimeauth2.log: -------------------------------------------------------------------------------- 1 | 10000 2 | PASS onetimeauth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/scalarmult.log: -------------------------------------------------------------------------------- 1 | 382830000 2 | PASS scalarmult (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/secretbox.log: -------------------------------------------------------------------------------- 1 | 1460000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/secretbox2.log: -------------------------------------------------------------------------------- 1 | 1000000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/shorthash.log: -------------------------------------------------------------------------------- 1 | 1340000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/sign.log: -------------------------------------------------------------------------------- 1 | PASS sign (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/siphashx24.log: -------------------------------------------------------------------------------- 1 | 1890000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/sodium_core.log: -------------------------------------------------------------------------------- 1 | PASS sodium_core (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/sodium_utils2.log: -------------------------------------------------------------------------------- 1 | PASS sodium_utils2 (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/sodium_utils3.log: -------------------------------------------------------------------------------- 1 | PASS sodium_utils3 (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/sodium_version.log: -------------------------------------------------------------------------------- 1 | 0 2 | PASS sodium_version (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/stream.log: -------------------------------------------------------------------------------- 1 | 50655090000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/stream2.log: -------------------------------------------------------------------------------- 1 | 43419290000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/stream3.log: -------------------------------------------------------------------------------- 1 | 250000 2 | PASS stream3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/stream4.log: -------------------------------------------------------------------------------- 1 | 560000 2 | PASS stream4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/verify1.log: -------------------------------------------------------------------------------- 1 | 41998270000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/node/xchacha20.log: -------------------------------------------------------------------------------- 1 | 6777200000 2 | PASS xchacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/auth.log: -------------------------------------------------------------------------------- 1 | 434000000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/auth2.log: -------------------------------------------------------------------------------- 1 | 24710000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/auth3.log: -------------------------------------------------------------------------------- 1 | 46190000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/auth5.log: -------------------------------------------------------------------------------- 1 | 229124470000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/auth6.log: -------------------------------------------------------------------------------- 1 | 33360000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/auth7.log: -------------------------------------------------------------------------------- 1 | 113308200000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/box.log: -------------------------------------------------------------------------------- 1 | 2662370000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/box2.log: -------------------------------------------------------------------------------- 1 | 2724260000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/box7.log: -------------------------------------------------------------------------------- 1 | 2544099340000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/box8.log: -------------------------------------------------------------------------------- 1 | 7493794570000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/box_easy.log: -------------------------------------------------------------------------------- 1 | 4881910000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/box_seal.log: -------------------------------------------------------------------------------- 1 | 14564820000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/box_seed.log: -------------------------------------------------------------------------------- 1 | 504200000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/chacha20.log: -------------------------------------------------------------------------------- 1 | 5756270000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/codecs.log: -------------------------------------------------------------------------------- 1 | 13428440000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/core1.log: -------------------------------------------------------------------------------- 1 | 1070000 2 | PASS core1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/core2.log: -------------------------------------------------------------------------------- 1 | 1010000 2 | PASS core2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/core3.log: -------------------------------------------------------------------------------- 1 | 787339610000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/core4.log: -------------------------------------------------------------------------------- 1 | 970000 2 | PASS core4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/core5.log: -------------------------------------------------------------------------------- 1 | 950000 2 | PASS core5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/core6.log: -------------------------------------------------------------------------------- 1 | 970000 2 | PASS core6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/hash.log: -------------------------------------------------------------------------------- 1 | 56810000 2 | PASS hash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/hash3.log: -------------------------------------------------------------------------------- 1 | 7800000 2 | PASS hash3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/kdf.log: -------------------------------------------------------------------------------- 1 | 791950000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/keygen.log: -------------------------------------------------------------------------------- 1 | 100500000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/kx.log: -------------------------------------------------------------------------------- 1 | 15387220000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/misuse.log: -------------------------------------------------------------------------------- 1 | 20000 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/secretbox.log: -------------------------------------------------------------------------------- 1 | 19430000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/secretbox2.log: -------------------------------------------------------------------------------- 1 | 13290000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/shorthash.log: -------------------------------------------------------------------------------- 1 | 17720000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/sign.log: -------------------------------------------------------------------------------- 1 | PASS sign (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/siphashx24.log: -------------------------------------------------------------------------------- 1 | 28790000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/sodium_core.log: -------------------------------------------------------------------------------- 1 | PASS sodium_core (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/sodium_utils2.log: -------------------------------------------------------------------------------- 1 | PASS sodium_utils2 (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/sodium_utils3.log: -------------------------------------------------------------------------------- 1 | PASS sodium_utils3 (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/stream.log: -------------------------------------------------------------------------------- 1 | 571789660000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/stream2.log: -------------------------------------------------------------------------------- 1 | 549145930000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/stream3.log: -------------------------------------------------------------------------------- 1 | 3040000 2 | PASS stream3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/stream4.log: -------------------------------------------------------------------------------- 1 | 6500000 2 | PASS stream4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasm3/verify1.log: -------------------------------------------------------------------------------- 1 | 429998120000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/auth.log: -------------------------------------------------------------------------------- 1 | 73870000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/auth2.log: -------------------------------------------------------------------------------- 1 | 4230000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/auth3.log: -------------------------------------------------------------------------------- 1 | 8360000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/auth6.log: -------------------------------------------------------------------------------- 1 | 5670000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/box.log: -------------------------------------------------------------------------------- 1 | 382130000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/box2.log: -------------------------------------------------------------------------------- 1 | 393900000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/kdf.log: -------------------------------------------------------------------------------- 1 | 95990000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/kx.log: -------------------------------------------------------------------------------- 1 | 2381080000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-cranelift/misuse.log: -------------------------------------------------------------------------------- 1 | 0 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/auth.log: -------------------------------------------------------------------------------- 1 | 86630000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/auth2.log: -------------------------------------------------------------------------------- 1 | 4000000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/auth3.log: -------------------------------------------------------------------------------- 1 | 6580000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/auth5.log: -------------------------------------------------------------------------------- 1 | 33898280000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/auth6.log: -------------------------------------------------------------------------------- 1 | 5280000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/auth7.log: -------------------------------------------------------------------------------- 1 | 17607140000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/box.log: -------------------------------------------------------------------------------- 1 | 405910000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/box2.log: -------------------------------------------------------------------------------- 1 | 388290000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/box7.log: -------------------------------------------------------------------------------- 1 | 367118290000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/box8.log: -------------------------------------------------------------------------------- 1 | 1090492340000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/codecs.log: -------------------------------------------------------------------------------- 1 | 2495550000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/core3.log: -------------------------------------------------------------------------------- 1 | 145425510000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/kdf.log: -------------------------------------------------------------------------------- 1 | 68170000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/keygen.log: -------------------------------------------------------------------------------- 1 | 19230000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/kx.log: -------------------------------------------------------------------------------- 1 | 2299960000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-jit/misuse.log: -------------------------------------------------------------------------------- 1 | 20000 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/auth.log: -------------------------------------------------------------------------------- 1 | 20420000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/auth2.log: -------------------------------------------------------------------------------- 1 | 1310000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/auth3.log: -------------------------------------------------------------------------------- 1 | 2400000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/auth5.log: -------------------------------------------------------------------------------- 1 | 12654660000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/auth6.log: -------------------------------------------------------------------------------- 1 | 1570000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/auth7.log: -------------------------------------------------------------------------------- 1 | 6425190000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/box.log: -------------------------------------------------------------------------------- 1 | 192930000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/box2.log: -------------------------------------------------------------------------------- 1 | 185800000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/box7.log: -------------------------------------------------------------------------------- 1 | 187382390000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/box8.log: -------------------------------------------------------------------------------- 1 | 557826990000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/codecs.log: -------------------------------------------------------------------------------- 1 | 1040000000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/core3.log: -------------------------------------------------------------------------------- 1 | 68503090000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/kdf.log: -------------------------------------------------------------------------------- 1 | 21250000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/keygen.log: -------------------------------------------------------------------------------- 1 | 8080000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/kx.log: -------------------------------------------------------------------------------- 1 | 1129660000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-llvm/misuse.log: -------------------------------------------------------------------------------- 1 | 0 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-singlepass/auth.log: -------------------------------------------------------------------------------- 1 | 68150000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-singlepass/box.log: -------------------------------------------------------------------------------- 1 | 395480000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-singlepass/kdf.log: -------------------------------------------------------------------------------- 1 | 78320000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-singlepass/kx.log: -------------------------------------------------------------------------------- 1 | 2532120000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmer-singlepass/misuse.log: -------------------------------------------------------------------------------- 1 | 0 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/auth.log: -------------------------------------------------------------------------------- 1 | 36220000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/auth2.log: -------------------------------------------------------------------------------- 1 | 2110000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/auth3.log: -------------------------------------------------------------------------------- 1 | 4090000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/auth5.log: -------------------------------------------------------------------------------- 1 | 21300900000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/auth6.log: -------------------------------------------------------------------------------- 1 | 2740000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/auth7.log: -------------------------------------------------------------------------------- 1 | 10190500000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/box.log: -------------------------------------------------------------------------------- 1 | 267740000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/box2.log: -------------------------------------------------------------------------------- 1 | 272810000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/box7.log: -------------------------------------------------------------------------------- 1 | 262336450000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/box8.log: -------------------------------------------------------------------------------- 1 | 771148850000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/box_easy.log: -------------------------------------------------------------------------------- 1 | 532460000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/box_seed.log: -------------------------------------------------------------------------------- 1 | 69520000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/chacha20.log: -------------------------------------------------------------------------------- 1 | 721520000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/codecs.log: -------------------------------------------------------------------------------- 1 | 1576180000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/core1.log: -------------------------------------------------------------------------------- 1 | 120000 2 | PASS core1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/core2.log: -------------------------------------------------------------------------------- 1 | 120000 2 | PASS core2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/core3.log: -------------------------------------------------------------------------------- 1 | 89045240000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/core4.log: -------------------------------------------------------------------------------- 1 | 140000 2 | PASS core4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/core5.log: -------------------------------------------------------------------------------- 1 | 120000 2 | PASS core5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/core6.log: -------------------------------------------------------------------------------- 1 | 140000 2 | PASS core6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/hash.log: -------------------------------------------------------------------------------- 1 | 4250000 2 | PASS hash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/hash3.log: -------------------------------------------------------------------------------- 1 | 640000 2 | PASS hash3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/kdf.log: -------------------------------------------------------------------------------- 1 | 28830000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/keygen.log: -------------------------------------------------------------------------------- 1 | 10880000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/kx.log: -------------------------------------------------------------------------------- 1 | 1675260000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/misuse.log: -------------------------------------------------------------------------------- 1 | 20000 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/secretbox.log: -------------------------------------------------------------------------------- 1 | 1940000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/shorthash.log: -------------------------------------------------------------------------------- 1 | 1590000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/sign.log: -------------------------------------------------------------------------------- 1 | PASS sign (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/sodium_core.log: -------------------------------------------------------------------------------- 1 | PASS sodium_core (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/sodium_utils2.log: -------------------------------------------------------------------------------- 1 | PASS sodium_utils2 (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/sodium_utils3.log: -------------------------------------------------------------------------------- 1 | PASS sodium_utils3 (exit status: 0) 2 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/stream.log: -------------------------------------------------------------------------------- 1 | 60690450000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/stream2.log: -------------------------------------------------------------------------------- 1 | 55465500000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/stream3.log: -------------------------------------------------------------------------------- 1 | 310000 2 | PASS stream3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/stream4.log: -------------------------------------------------------------------------------- 1 | 720000 2 | PASS stream4 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wasmtime/verify1.log: -------------------------------------------------------------------------------- 1 | 43191130000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/auth.log: -------------------------------------------------------------------------------- 1 | 20700000 2 | PASS auth (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/auth2.log: -------------------------------------------------------------------------------- 1 | 1220000 2 | PASS auth2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/auth3.log: -------------------------------------------------------------------------------- 1 | 5220000 2 | PASS auth3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/auth5.log: -------------------------------------------------------------------------------- 1 | 12582320000 2 | PASS auth5 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/auth6.log: -------------------------------------------------------------------------------- 1 | 1480000 2 | PASS auth6 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/auth7.log: -------------------------------------------------------------------------------- 1 | 6731130000 2 | PASS auth7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/box.log: -------------------------------------------------------------------------------- 1 | 198500000 2 | PASS box (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/box2.log: -------------------------------------------------------------------------------- 1 | 225100000 2 | PASS box2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/box7.log: -------------------------------------------------------------------------------- 1 | 193567210000 2 | PASS box7 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/box8.log: -------------------------------------------------------------------------------- 1 | 566645810000 2 | PASS box8 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/box_easy.log: -------------------------------------------------------------------------------- 1 | 365400000 2 | PASS box_easy (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/box_easy2.log: -------------------------------------------------------------------------------- 1 | 22871550000 2 | PASS box_easy2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/box_seal.log: -------------------------------------------------------------------------------- 1 | 1094830000 2 | PASS box_seal (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/box_seed.log: -------------------------------------------------------------------------------- 1 | 34380000 2 | PASS box_seed (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/chacha20.log: -------------------------------------------------------------------------------- 1 | 460850000 2 | PASS chacha20 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/codecs.log: -------------------------------------------------------------------------------- 1 | 930230000 2 | PASS codecs (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/core3.log: -------------------------------------------------------------------------------- 1 | 61878660000 2 | PASS core3 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/kdf.log: -------------------------------------------------------------------------------- 1 | 18640000 2 | PASS kdf (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/keygen.log: -------------------------------------------------------------------------------- 1 | 6920000 2 | PASS keygen (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/kx.log: -------------------------------------------------------------------------------- 1 | 1136500000 2 | PASS kx (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/misuse.log: -------------------------------------------------------------------------------- 1 | 0 2 | PASS misuse (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/scalarmult.log: -------------------------------------------------------------------------------- 1 | 349430000 2 | PASS scalarmult (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/secretbox.log: -------------------------------------------------------------------------------- 1 | 1290000 2 | PASS secretbox (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/secretbox2.log: -------------------------------------------------------------------------------- 1 | 880000 2 | PASS secretbox2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/shorthash.log: -------------------------------------------------------------------------------- 1 | 1380000 2 | PASS shorthash (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/siphashx24.log: -------------------------------------------------------------------------------- 1 | 1800000 2 | PASS siphashx24 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/stream.log: -------------------------------------------------------------------------------- 1 | 48931670000 2 | PASS stream (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/stream2.log: -------------------------------------------------------------------------------- 1 | 37471660000 2 | PASS stream2 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/verify1.log: -------------------------------------------------------------------------------- 1 | 36587870000 2 | PASS verify1 (exit status: 0) 3 | -------------------------------------------------------------------------------- /2021-Q1/output/macos-x86_64/wavm/xchacha20.log: -------------------------------------------------------------------------------- 1 | 6447420000 2 | PASS xchacha20 (exit status: 0) 3 | --------------------------------------------------------------------------------