Crate pkstl

Source
Expand description

Public Key Secure Transport Layer.

Structs§

EncapsuledMessage
Encapsuled message
EphemeralPublicKey
Ephemeral public key used once to generate shared secret
MinimalSecureLayer
Minimal secure layer
SecureLayer
Secure layer
SecureLayerConfig
PKSTL Configuration
Seed32
Store a 32 bytes seed.

Enums§

EncryptAlgo
Encryption algorithm
Error
PKSTL Error
IncomingBinaryMessage
Incoming binary Message
Message
Message

Constants§

SIG_ALGO_ED25519
Signature algorithm Ed25519
SIG_ALGO_ED25519_ARRAY
Signature algorithm Ed25519 array

Type Aliases§

Result
PKSTL Result