refactor: Refactor gfmul function to enable use in XEX

This commit is contained in:
0xalivecow 2024-10-27 22:32:14 +01:00
parent f6fe75b987
commit 5c1c0f6c5e
No known key found for this signature in database
5 changed files with 16 additions and 9 deletions

View file

@ -35,7 +35,7 @@ mod tests {
#[test]
fn test_json_parsing() {
let json = fs::read_to_string("src/test_json/parse_example.json").unwrap();
let json = fs::read_to_string("test_json/parse_example.json").unwrap();
let parsed = parse_json(json).unwrap();
/*