Provides implementations of cryptography primitives and wrappers around primitives needed in MobileCoin components.
Name | Description |
---|---|
ake/enclave |
Authenticated key exchange enclave. |
ake/mcnoise |
Noise protocol for authenticated key exchange. |
digestible |
Cryptographic hashing. |
ecies |
Asymmetric key cryptography. |
keys |
Public key cryptography. |
mcrand |
no_std random number generator. |
message-cipher |
Encryption cipher. |