Skip to main content

Crate tentacle_secio

Crate tentacle_secio 

Source
Expand description

Aes Encrypted communication and handshake process implementation

Re-exports§

pub use crate::peer_id::PeerId;

Modules§

codec
Encrypted and decrypted codec implementation, and stream handle
crypto
Symmetric ciphers algorithms
error
Error type
handshake
Implementation of the handshake process
peer_id
Peer id

Structs§

NoopKeyProvider
Empty key provider
PublicKey
Public Key
SecioKeyPair
Key pair of asymmetric encryption algorithm

Enums§

Digest
Possible digest algorithms.

Traits§

KeyProvider
KeyProvider on ecdh procedure

Type Aliases§

EphemeralPublicKey
Public key generated temporarily during the handshake