A macro library for XOR encryption and decryption of strings at compile time, meaning no cleartext strings will be in your release binary (when using the macro). The encrypted strings will be decoded at runtime.
A AES-GCM 256 encryption and decryption library.
DIDComm messaging v2 specifications implementation: https://identity.foundation/didcomm-messaging/spec/
COKIT fork of didcomm-rs — DIDComm messaging v2 implementation with modern crypto and WASM support.
The rust language implementation of forge_wallet
The rust language implementation of forge grpc client