Crate async_eris

Source

Structs§

Block
An encoded data block of size BLOCKSIZE
BlockKey
Represents a 32 byte ChaCha20 key for encryption
BlockReference
A 32 byte block reference identifier
Encoder
ReadCapability

Enums§

BlockSize
Supported block sizes by this implementation
Error

Constants§

TARGET_SPECIFICATION
The target specification this implementation supports

Traits§

BlockStorage

Functions§

decode
Decode a message from its ReadCapability, a block storage medium, and an async write medium.
decode_const
encode
Encode an async read stream into a set of blocks
encode_const

Type Aliases§

MemoryStorage
Result