mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-12 19:02:58 +00:00
- Added test for self_test()
This commit is contained in:
@@ -24,3 +24,10 @@ arc4_crypt:hex_src_string:hex_key_string:hex_dst_string
|
||||
TEST_ASSERT( strcmp( (char *) dst_str, {hex_dst_string} ) == 0 );
|
||||
}
|
||||
END_CASE
|
||||
|
||||
BEGIN_CASE
|
||||
arc4_selftest:
|
||||
{
|
||||
TEST_ASSERT( arc4_self_test( 0 ) == 0 );
|
||||
}
|
||||
END_CASE
|
||||
|
||||
Reference in New Issue
Block a user