Crate frostore

Source

Re-exports§

pub use crate::swarm::Swarm;

Modules§

builder
Builder for the Swarm
client
Client input methods and data structures for interacting with the Swarm
gen
Swarm Key Generation methods and data structures
sign
Swarm Message Signing methods and data structures
swarm
Swarm data structures
utils
Miscellaneous utilities

Structs§

DbData
Long term state of the Swarm
Keypair
Identity keypair of a node.
Multiaddr
Representation of a Multiaddr.
SignerConfig
Configuration for the signers

Enums§

MultiaddrProtocol
Protocol describes all possible multiaddress protocols.

Traits§

Executor
Implemented on objects that can run a Future in the background.
StreamExt
An extension trait for Streams that provides a variety of convenient combinator functions.

Type Aliases§

Signature
A Schnorr signature on FROST(Ed25519, SHA-512).
VerifyingKey
A valid verifying key for Schnorr signatures on FROST(Ed25519, SHA-512).