Implementation notes: mips64, gcc49, crypto_sign/donald2048

Computer: gcc49
Architecture: mips64
CPU ID: unknown CPU ID
SUPERCOP version: 20130126
Operation: crypto_sign
Primitive: donald2048

Compiler output

Implementation: crypto_sign/donald2048/cryptopp
Compiler: g++ -mabi=64 -O2 -fomit-frame-pointer
sign.cpp: sign.cpp:1:26: error: cryptopp/dsa.h: No such file or directory
sign.cpp: sign.cpp:2:26: error: cryptopp/sha.h: No such file or directory
sign.cpp: sign.cpp:3:28: error: cryptopp/osrng.h: No such file or directory
sign.cpp: sign.cpp:6: error: 'CryptoPP' is not a namespace-name
sign.cpp: sign.cpp:6: error: expected namespace-name before ';' token
sign.cpp: sign.cpp:65: error: 'AutoSeededRandomPool' does not name a type
sign.cpp: sign.cpp:66: error: 'Integer' does not name a type
sign.cpp: sign.cpp:67: error: 'Integer' does not name a type
sign.cpp: sign.cpp:68: error: 'Integer' does not name a type
sign.cpp: sign.cpp: In function 'int crypto_sign_donald2048_cryptopp_keypair(unsigned char*, unsigned char*)':
sign.cpp: ...
sign.cpp: sign.cpp:113: error: expected ';' before 'verifier'
sign.cpp: sign.cpp:114: error: 'Integer' was not declared in this scope
sign.cpp: sign.cpp:114: error: expected ';' before 'y'
sign.cpp: sign.cpp:115: error: 'verifier' was not declared in this scope
sign.cpp: sign.cpp:115: error: 's_p' was not declared in this scope
sign.cpp: sign.cpp:115: error: 's_q' was not declared in this scope
sign.cpp: sign.cpp:115: error: 's_g' was not declared in this scope
sign.cpp: sign.cpp:115: error: 'y' was not declared in this scope
sign.cpp: sign.cpp:117: error: 'memcpy' was not declared in this scope
sign.cpp: sign.cpp:118: error: 'size_t' was not declared in this scope

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -mabi=64 -O2 -fomit-frame-pointer cryptopp
g++ -mabi=64 -O3 -fomit-frame-pointer cryptopp
g++ -mabi=64 -O -fomit-frame-pointer cryptopp
g++ -mabi=64 -Os -fomit-frame-pointer cryptopp

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -funroll-loops -mabi=64 -O2 -fomit-frame-pointer
try.c: /tmp/ccC5yKuJ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald2048.a(keypair.o): In function `crypto_sign_donald2048_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -mabi=64 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -funroll-loops -mabi=64 -O3 -fomit-frame-pointer
try.c: /tmp/ccyuBkup.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald2048.a(keypair.o): In function `crypto_sign_donald2048_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -mabi=64 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -funroll-loops -mabi=64 -O -fomit-frame-pointer
try.c: /tmp/ccazdrLO.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald2048.a(keypair.o): In function `crypto_sign_donald2048_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -mabi=64 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -funroll-loops -mabi=64 -Os -fomit-frame-pointer
try.c: /tmp/cc1YTrMp.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald2048.a(keypair.o): In function `crypto_sign_donald2048_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -mabi=64 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -mabi=64 -O2 -fomit-frame-pointer
try.c: /tmp/cczCL0gF.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald2048.a(keypair.o): In function `crypto_sign_donald2048_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -mabi=64 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -mabi=64 -O3 -fomit-frame-pointer
try.c: /tmp/ccbT3u1G.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald2048.a(keypair.o): In function `crypto_sign_donald2048_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -mabi=64 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -mabi=64 -O -fomit-frame-pointer
try.c: /tmp/ccZHA4BI.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald2048.a(keypair.o): In function `crypto_sign_donald2048_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -mabi=64 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald2048/openssl
Compiler: gcc -mabi=64 -Os -fomit-frame-pointer
try.c: /tmp/ccvALAl5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald2048.a(keypair.o): In function `crypto_sign_donald2048_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald2048.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald2048.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald2048.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -mabi=64 -Os -fomit-frame-pointer openssl