wolfssl/wrapper/rust/wolfssl-wolfcrypt/tests
2026-04-28 13:49:16 -04:00
..
common Rust wrapper: add dilithium module 2026-02-23 10:54:21 -05:00
test_aes.rs Rust wrapper: add cipher trait support 2026-03-25 10:51:06 -04:00
test_blake2.rs Rust wrapper: test BLAKE2 finalize() returns error for empty output buffer 2026-04-14 20:50:08 -04:00
test_chacha20_poly1305.rs Rust wrapper: add buffer size checks in Rust wrapper for ChaCha20_Poly1305 one-shot encrypt/decrypt wrappers 2026-04-20 13:58:36 -04:00
test_cmac.rs Rust wrapper: rename wolfssl crate to wolfssl-wolfcrypt 2025-12-15 13:00:51 -05:00
test_cmac_mac.rs Rust wrapper: add mac feature and implement digest/mac traits 2026-04-28 11:08:08 -04:00
test_curve25519.rs Rust wrapper: add wolfssl_wolfcrypt::curve25519 module 2025-12-29 14:33:25 -05:00
test_dh.rs Rust wrapper: add FIPS support 2026-02-04 14:32:05 -05:00
test_dilithium.rs Rust wrapper: update dilithium module after review 2026-02-24 14:23:59 -05:00
test_ecc.rs Rust wrapper: address Copilot review comments 2026-04-28 11:08:09 -04:00
test_ecdsa.rs Rust wrapper: add signature implementations 2026-04-17 15:52:07 -04:00
test_ed448.rs Rust wrapper: add signature implementations 2026-04-17 15:52:07 -04:00
test_ed25519.rs Rust wrapper: add signature implementations 2026-04-17 15:52:07 -04:00
test_hkdf.rs Rust wrapper: add FIPS support 2026-02-04 14:32:05 -05:00
test_hmac.rs Rust wrapper: add compatibility with older FIPS v5 package 2026-02-19 12:50:05 -05:00
test_hmac_mac.rs Rust wrapper: add mac feature and implement digest/mac traits 2026-04-28 11:08:08 -04:00
test_kdf.rs Rust wrapper: add FIPS support 2026-02-04 14:32:05 -05:00
test_lms.rs Rust wrapper: replace Lms::sigs_left() with Lms::has_sigs_left() 2026-04-28 11:08:08 -04:00
test_mlkem.rs Rust wrapper: remove return value from MlKem::encode_{public,private}_key() 2026-04-28 11:08:08 -04:00
test_mlkem_kem.rs Rust wrapper: implement kem traits 2026-04-28 11:08:08 -04:00
test_pbkdf2_password_hash.rs Rust wrapper: guard sha384 pbkdf2 unit test 2026-04-28 13:49:16 -04:00
test_prf.rs Rust wrapper: add FIPS support 2026-02-04 14:32:05 -05:00
test_random.rs Rust wrapper: add rand_core trait support 2026-03-25 10:50:52 -04:00
test_rsa.rs Rust wrapper: add FIPS support 2026-02-04 14:32:05 -05:00
test_rsa_pkcs1v15.rs Rust wrapper: add signature implementations 2026-04-17 15:52:07 -04:00
test_sha.rs Rust wrapper: rename wolfssl crate to wolfssl-wolfcrypt 2025-12-15 13:00:51 -05:00
test_sha_digest.rs Rust wrapper: add digest implementations 2026-04-17 15:52:07 -04:00
test_wolfcrypt.rs wrapper/rust/: fix unit tests to avoid out-of-order wolfCrypt_Cleanup(). 2026-01-13 14:43:50 -06:00