-
Notifications
You must be signed in to change notification settings - Fork 484
Description
Hello -
I compiled libtomcrypt 1.17 using tomsfastmath.
Then I compiled 'test' and ran on a RaspberryPi 3 (64-bit OS, Debian)
The results were:
LibTomCrypt 1.17 (Tom St Denis,...
LibTomCrypt is public domain software.
Built on Aug 6 2017 at 12:23:47
...
Compiler:
GCC compiler detected.
Various others: BASE64 BASE64-URL-SAFE DER PKCS#1 PKCS#5 HKDF MPI TRY_URANDOM_FIRST LTC_TEST LTC_SMALL_CODE LTC_PTHREAD TFM_DESC LTC_MECC_ACCEL LTC_ECC_SHAMIR
store_test....passed
misc_test.....passed
cipher_test...passed
mac_test......passed
modes_test....passed
der_test......DER INTEGER short encoding failed, 3, 3
02 01 7b
02 01 00
failed
This is ancillary to my trying to understand by ecc_verify_hash is not working for me (it works on RPI w/ a 32-bit compiler, also gcc). I suspect the issue may be similar.
On RaspberryPi 2 (32-bit OS) the tests mostly pass, bue 'ecc' gives a segmentation fault.