Implementation notes: mipso32, erpro8fsf2, crypto_aead/romulusm1v1

Computer: erpro8fsf2
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20220213
Operation: crypto_aead
Primitive: romulusm1v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3682288232752 80 056653 480 836T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021111620211108
8524990211968 80 034273 544 836T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021111620211108
9929944610256 80 032106 572 836T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021111620211108
10821464212464 80 035833 576 836T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021111620211108

Compiler output

Implementation: T:aadomn/opt32
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.c: encrypt.c: In function 'crypto_aead_romulusm1v1_aadomn_opt32_timingleaks_encrypt':
encrypt.c: encrypt.c:108:13: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i =0; i < (int)adlen; i++)
encrypt.c: ^
encrypt.c: encrypt.c:108:13: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
encrypt.c: encrypt.c:162:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i =0; i < (int)tmp_mlen; i++)
encrypt.c: ^
encrypt.c: encrypt.c:193:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < (int)mlen; i++) {
encrypt.c: ^
encrypt.c: encrypt.c: In function 'crypto_aead_romulusm1v1_aadomn_opt32_timingleaks_decrypt':
encrypt.c: encrypt.c:248:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < (int)tmp_mlen; i++) {
encrypt.c: ^
encrypt.c: encrypt.c:297:13: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i =0; i < (int)adlen; i++)
encrypt.c: ^
encrypt.c: encrypt.c:351:9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i =0; i < (int)clen; i++)
encrypt.c: ^
encrypt.c: encrypt.c:366:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
encrypt.c: for(int i = 0; i < TAGBYTES; i++)
encrypt.c: ^

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:aadomn/opt32
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:aadomn/opt32
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:aadomn/opt32
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:aadomn/opt32

Namespace violations

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.o ad2msg_encryption T
encrypt.o ad_encryption T
encrypt.o block_cipher T
encrypt.o compose_tweakey T
encrypt.o g8A T
encrypt.o generate_tag T
encrypt.o irho T
encrypt.o lfsr_gf56 T
encrypt.o msg_decryption T
encrypt.o msg_encryption T
encrypt.o nonce_encryption T
encrypt.o pad T
encrypt.o reset_lfsr_gf56 T
encrypt.o rho T
encrypt.o rho_ad T
skinny_reference.o AddConstants T
skinny_reference.o AddKey T
skinny_reference.o AddKey_inv T
skinny_reference.o MixColumn T
skinny_reference.o MixColumn_inv T
skinny_reference.o P R
skinny_reference.o P_inv R
skinny_reference.o RC R
skinny_reference.o ShiftRows T
skinny_reference.o ShiftRows_inv T
skinny_reference.o SubCell4 T
skinny_reference.o SubCell4_inv T
skinny_reference.o SubCell8 T
skinny_reference.o SubCell8_inv T
skinny_reference.o TWEAKEY_P R
skinny_reference.o TWEAKEY_P_inv R
skinny_reference.o TestVectors T
skinny_reference.o dec T
skinny_reference.o enc T
skinny_reference.o fic C
skinny_reference.o sbox_4 R
skinny_reference.o sbox_4_inv R
skinny_reference.o sbox_8 R
skinny_reference.o sbox_8_inv R
skinny_reference.o skinny_128_384_enc T
skinny_reference.o versions D

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref