Argyle-Software / kyber

A rust implementation of the Kyber post-quantum KEM
https://docs.rs/pqc_kyber/
Apache License 2.0
163 stars 37 forks source link

kem tests and fix readme #66

Closed francescomedina closed 1 year ago

francescomedina commented 1 year ago
francescomedina commented 1 year ago

@mberry the ake_invalid_client_init_publickey test failed and displays this message error

test ake_invalid_client_init_publickey ... libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6d484238 in tid 502 (ake_invalid_cli)
libc: Unable to open connection to debuggerd: Connection refused
error: test failed, to rerun pass `--test kex`

Could you kindly rerun this failed test? Thanks

mberry commented 1 year ago

Hello Francesco, thanks for the PR.

So this was an issue with cross-compiling on the arm-linux-androideabi target, which was holding up another PR too.

Should be fine now.