alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
9 stars 4 forks source link

Crate for encryption (CR protocol) #100

Open pwochner opened 1 year ago

pwochner commented 1 year ago

Look up Rust crates that we can use for encryption/decryption operations with JWK keys which are required in parts of the CR protocol. E.g., in Part I step 2 the encrypted and signed nonce is send to DE via alternative channels.

pwochner commented 1 year ago

RSA crate could be useful. Check if there's convenient ways to convert JWK to RSA key format and vice versa.