Skip to content

Networking library for protocol messages and authenticated and encrypted transport.

License

Notifications You must be signed in to change notification settings

revault/revault_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revault net

Revault is a Bitcoin vault architecture for multi-party situations.

This library implements the protocol messages of the version 0 specification, as well as the transport over which these messages are exchanged.

Minimum Supported Rust Version

This library should always compile with any combination of features on Rust 1.48.

Since dependencies are breaking backward compatibility in minor versions, you'll unfortunately have to pin some of them to be able to build with 1.48:

cargo update -p ed25519 --precise "1.3.0"
cargo +1.48 build

Contributing

Contributions are very welcome. For general guidelines, see CONTRIBUTING.md.

Discussions happen either here in issues or at #revault on Libera.

Licence

Released under the BSD 3-Clause Licence. See the LICENSE file.