tmkms-p2p

Crates.iotmkms-p2p
lib.rstmkms-p2p
version0.6.0
created_at2025-08-19 14:58:14.33266+00
updated_at2025-08-26 02:07:53.703215+00
descriptionImplementation of CometBFT's encrypted P2P protocol
homepage
repositoryhttps://github.com/iqlusioninc/tmkms
max_upload_size
id1802077
size126,184
Tony Arcieri (iqlusion) (tony-iqlusion)

documentation

README

tmkms-p2p: CometBFT P2P protocol

Crate Docs Apache 2.0 Licensed MSRV

Pure Rust implementation of the Secret Connection transport encryption protocol used by CometBFT for peer-to-peer (P2P) connections.

Used by tmkms for securing connections to CometBFT validators.

About

The Secret Connection protocol uses the following cryptographic algorithms:

  • Identity: Ed25519
  • Key exchange: X25519
  • Packet encryption: ChaCha20Poly1305

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Commit count: 1293

cargo fmt