c2pa-rs icon indicating copy to clipboard operation
c2pa-rs copied to clipboard

Add support for Ed25519 in Wasm

Open dkozma opened this issue 3 years ago • 2 comments

The C2PA 1.0 spec outlines support for three digital signature algorithms, with one being Ed25519. We are not supporting this at the moment in Web Assembly since Web Crypto doesn't have support for this. However, the RustCrypto org has published a crate that provides Ed25519 support in pure Rust, which we should be able to use for this.

dkozma avatar Aug 04 '22 16:08 dkozma

@adobe export issue to Jira project CAI

crandmck avatar Jan 23 '23 19:01 crandmck

:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/CAI-3367 is successfully created for this GitHub issue.

github-jira-sync-bot avatar Jan 23 '23 19:01 github-jira-sync-bot