Crate frostore
Source pub use crate::swarm::Swarm;
- 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
- DbData
- Long term state of the Swarm
- Keypair
- Identity keypair of a node.
- Multiaddr
- Representation of a Multiaddr.
- SignerConfig
- Configuration for the signers
- MultiaddrProtocol
Protocol
describes all possible multiaddress protocols.
- Executor
- Implemented on objects that can run a
Future
in the background. - StreamExt
- An extension trait for
Stream
s that provides a variety of convenient
combinator functions.
- Signature
- A Schnorr signature on FROST(Ed25519, SHA-512).
- VerifyingKey
- A valid verifying key for Schnorr signatures on FROST(Ed25519, SHA-512).