contentauth / c2pa-rs

Rust SDK for the core C2PA (Coalition for Content Provenance and Authenticity) specification
Other
128 stars 56 forks source link

Add support for Ed25519 in Wasm #98

Open dkozma opened 2 years ago

dkozma commented 2 years ago

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.

crandmck commented 1 year ago

@adobe export issue to Jira project CAI

github-jira-sync-bot commented 1 year ago

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