Implementation notes: amd64, rome0, crypto_hash/md6d256

Computer: rome0
Microarchitecture: amd64; Zen 2 (830f10)
Architecture: amd64
CPU ID: AuthenticAMD-00830f10-178bfbff
SUPERCOP version: 20240625
Operation: crypto_hash
Primitive: md6d256

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
md6_compress.c: md6_compress.c:424:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:424:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:424:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:425:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:425:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:425:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:431:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:431:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c: ...
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
md6_compress.c: md6_compress.c:424:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:424:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:424:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:425:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:425:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:425:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:431:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:431:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c: ...
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
md6_compress.c: md6_compress.c:424:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:424:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:424:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:425:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:425:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:425:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:431:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:431:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c: ...
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
md6_compress.c: md6_compress.c:424:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:424:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:424:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:425:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:425:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:425:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:431:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:431:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c: ...
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
md6_compress.c: md6_compress.c:424:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:424:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:424:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (C == NULL) ) return MD6_NULL_C;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:425:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:425:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:        ~  ^      ~
md6_compress.c: md6_compress.c:425:11: note: use '=' to turn this equality comparison into an assignment
md6_compress.c:   if ( (B == NULL) ) return MD6_NULL_B;
md6_compress.c:           ^~
md6_compress.c:           =
md6_compress.c: md6_compress.c:431:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c:         ~~^~~~~~~
md6_compress.c: md6_compress.c:431:11: note: remove extraneous parentheses around the comparison to silence this warning
md6_compress.c:   if ( (K == NULL) ) return MD6_NULL_K;
md6_compress.c: ...
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/./md6.h:420: first defined here
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_nist.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_mode.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: /usr/bin/ld: libcrypto_hash_md6d256.a(md6_compress.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: multiple definition of `compression_hook'; libcrypto_hash_md6d256.a(hash.o):.../supercop-data/rome0/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_hash/md6d256/ref/work/md6.h:420: first defined here
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)