ycrypto / salty

25519 for Cortex-M4 microcontrollers
https://salty.rs
Apache License 2.0
61 stars 10 forks source link

Accept any x25519 public key #32

Closed nickray closed 1 year ago

nickray commented 1 year ago

Fixes https://github.com/ycrypto/salty/issues/31.

nickray commented 1 year ago

A bit stumped why https://github.com/ycrypto/salty/actions/runs/5457535558/jobs/9931719708 is failing even after adding the schemas.

sosthene-nitrokey commented 1 year ago

using

    #[test_wycheproof(
        "wycheproof/wycheproof-tests/tests/eddsa_test.json",
        "eddsa_verify_schema.json"
    )]

Fixes the error for me.

nickray commented 1 year ago

using

    #[test_wycheproof(
        "wycheproof/wycheproof-tests/tests/eddsa_test.json",
        "eddsa_verify_schema.json"
    )]

Fixes the error for me.

Everything works locally, just not in CI, hence the stump.