Skip to content

Commit

Permalink
Strict encoding for network addresses with uniform encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 19, 2021
1 parent 4717dc1 commit d5db2ba
Show file tree
Hide file tree
Showing 6 changed files with 661 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "LNP/BP Core Library implementing LNPBP specifications & standards
repository = "https://github.com/LNP-BP/rust-lnpbp"
homepage = "https://github.com/LNP-BP"
keywords = ["bitcoin", "lightning", "lnp-bp", "layer-3", "cryptography"]
categories = ["cryptography::cryptocurrencies"]
readme = "README.md"
edition = "2018"
exclude = [".github", "contrib", "client_side_validation", "strict_encoding"]
Expand Down
2 changes: 1 addition & 1 deletion strict_encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strict_encoding"
version = "1.0.0-rc.6+2"
version = "1.0.0-rc.6+3"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "Strict encoding: deterministic binary serialization for networking & client-side validation"
Expand Down
1 change: 1 addition & 0 deletions strict_encoding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mod collections;
mod crypto;
#[cfg(feature = "miniscript")]
mod miniscript;
pub mod net;
mod primitives;
pub mod strategies;

Expand Down
Loading

0 comments on commit d5db2ba

Please sign in to comment.