Implementation notes: riscv64, hifiveunleashedriscv, crypto_stream/hc256

Computer: hifiveunleashedriscv
Architecture: riscv64
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_stream
Primitive: hc256

Compiler output

Implementation: e/hc-256/200511
Security model: unknown
Compiler: gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-256.c: In file included from hc-256.c:2:
hc-256.c: e/hc-256.c: In function 'crypto_stream_hc256_e_hc_256_200511_ECRYPT_keysetup':
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-256.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L13':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L24':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L52':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-256/200511

Compiler output

Implementation: e/hc-256/200511
Security model: unknown
Compiler: gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-256.c: In file included from hc-256.c:2:
hc-256.c: e/hc-256.c: In function 'crypto_stream_hc256_e_hc_256_200511_ECRYPT_keysetup':
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-256.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L13':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L20':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L61':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-256/200511

Compiler output

Implementation: e/hc-256/200511
Security model: unknown
Compiler: gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-256.c: In file included from hc-256.c:2:
hc-256.c: e/hc-256.c: In function 'crypto_stream_hc256_e_hc_256_200511_ECRYPT_keysetup':
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-256.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L11':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L19':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L44':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-256/200511

Compiler output

Implementation: e/hc-256/200511
Security model: unknown
Compiler: gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-256.c: In file included from hc-256.c:2:
hc-256.c: e/hc-256.c: In function 'crypto_stream_hc256_e_hc_256_200511_ECRYPT_keysetup':
hc-256.c: e/hc-256.c:209:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-256.c: 209 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L12':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L18':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L41':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-256/200511

Compiler output

Implementation: e/hc-256/200701
Security model: unknown
Compiler: gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-256.c: In file included from hc-256.c:2:
hc-256.c: e/hc-256.c: In function 'crypto_stream_hc256_e_hc_256_200701_ECRYPT_keysetup':
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-256.c: 219 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L13':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L24':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L51':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o):hc-256.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-256/200701

Compiler output

Implementation: e/hc-256/200701
Security model: unknown
Compiler: gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-256.c: In file included from hc-256.c:2:
hc-256.c: e/hc-256.c: In function 'crypto_stream_hc256_e_hc_256_200701_ECRYPT_keysetup':
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-256.c: 219 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L13':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L20':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L59':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o):hc-256.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-256/200701

Compiler output

Implementation: e/hc-256/200701
Security model: unknown
Compiler: gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-256.c: In file included from hc-256.c:2:
hc-256.c: e/hc-256.c: In function 'crypto_stream_hc256_e_hc_256_200701_ECRYPT_keysetup':
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-256.c: 219 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L11':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L19':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L43':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o):hc-256.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-256/200701

Compiler output

Implementation: e/hc-256/200701
Security model: unknown
Compiler: gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE
hc-256.c: In file included from hc-256.c:2:
hc-256.c: e/hc-256.c: In function 'crypto_stream_hc256_e_hc_256_200701_ECRYPT_keysetup':
hc-256.c: e/hc-256.c:219:54: warning: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
hc-256.c: 219 | for (i = 0; i < (keysize >> 5); i++) ctx->key[i] = U32TO32_LITTLE (((u32*)key)[i]);
hc-256.c: | ^~~~~~~~~~~~~~
hc-256.c: | U8TO32_LITTLE
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L12':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L18':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o): in function `.L40':
try.c: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: hc-256.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: /usr/bin/ld: crypto_stream_hc256.a(hc-256.o):hc-256.c:(.text+0x...): more undefined references to `U32TO32_LITTLE' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=rv64gc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE e/hc-256/200701