]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/main-present-test.c
starting to make bigint more portable/32-bit efficient
[arm-crypto-lib.git] / test_src / main-present-test.c
index 79b6df8da86720bdbdb77fcb41fb734367b46546..8dd246813420a3b4e5affc47da00d8a58e026f75 100644 (file)
@@ -106,7 +106,6 @@ void testrun_self_present(void){
        memset(buffer, 0xFF, 8);
        memset(key, 0xFF, 10);
        testrun_selfenc(key, buffer);
-       
 }
 
 void testrun_performance_present(void){