Crate reth_ecies

Source
Expand description

RLPx ECIES framed transport protocol.

Modules§

algorithm
codec
This contains the main codec for RLPx ECIES messages
mac
Ethereum MAC Module
stream
The ECIES Stream implementation which wraps over [AsyncRead] and [AsyncWrite].
util
Utility functions for hashing and encoding.

Structs§

ECIESError
An error that occurs while reading or writing to an ECIES stream.

Enums§

ECIESErrorImpl
An error that occurs while reading or writing to an ECIES stream.
EgressECIESValue
Raw egress values for an ECIES protocol
IngressECIESValue
Raw ingress values for an ECIES protocol