Crates.io | tmkms-p2p |
lib.rs | tmkms-p2p |
version | 0.6.0 |
created_at | 2025-08-19 14:58:14.33266+00 |
updated_at | 2025-08-26 02:07:53.703215+00 |
description | Implementation of CometBFT's encrypted P2P protocol |
homepage | |
repository | https://github.com/iqlusioninc/tmkms |
max_upload_size | |
id | 1802077 |
size | 126,184 |
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.
The Secret Connection protocol uses the following cryptographic algorithms:
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.