issues
search
jolocom
/
wallet-rs
Rust-implemented signing/decrypting keystore
Apache License 2.0
11
stars
7
forks
source link
Didcomm integration
#16
Closed
35359595
closed
3 years ago
35359595
commented
3 years ago
Exposing next didcomm functionality through wallet:
UnlockedWallet::create_message;
UnlockedWallet::seal_encrypted;
UnlockedWallet::seal_signed; (signs and encrypts)
UnlockedWallet::receive_message; (works for both JWE and JWS messages)
Exposing next didcomm functionality through wallet: