Skip to main content

asimov_protocol/
peer_id.rs

1// This is free and unencumbered software released into the public domain.
2
3/// A peer ID.
4pub type PeerId = asimov_id::PublicKey;