Skip to content

Commit

Permalink
new test to compensate main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnarchistHoneybun committed Jun 27, 2024
1 parent b4abbae commit 0be762c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kupyna512/src/tests/full_test.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

#[test]
fn full_test() {
let message = b"Hello, World!".to_vec();
let _message_length = 0;

let _hash_code = crate::hash(message, None).unwrap();
}

0 comments on commit 0be762c

Please sign in to comment.