[][src]Crate devolutions_crypto

Modules

ffi

FFI interface for use with other languages. Mostly used for C and C#.

utils

Cryptographic utils that does not use the Devolutions custom data type.

Structs

DcDataBlob

Data structure containing cryptographic information. It is made to be used as a black box for misuse resistance. It implements TryFrom<&[u8] and Into<Vec<u8>> to be serialized and parsed into raw bytes for use with other language and to send over a channel. If the channel does not support raw byte, the data can be encoded easily using base64.

Enums

DevoCryptoError

The enum containing the various error types.