1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-23 13:17:44 +00:00

The single Blowfish test is for encryption and decryption

This commit is contained in:
Joshua Goins 2024-01-29 15:10:38 -05:00
parent 189c891b07
commit 8b1be6306c

View file

@ -168,7 +168,7 @@ mod tests {
use super::*;
#[test]
fn test_encrypt() {
fn test_encrypt_decrypt() {
let blowfish = Blowfish::new(b"test_case");
let expected_encrypted = [63, 149, 97, 229, 5, 35, 46, 128, 194, 107, 69, 132, 85, 202, 2, 126];