Skip to content

Commit

Permalink
add conveniece codec list, clean up tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
  • Loading branch information
dhuseby committed Apr 12, 2024
1 parent e8d6c18 commit e9faee6
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 496 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multikey"
version = "0.8.9"
version = "0.8.10"
edition = "2021"
authors = ["Dave Grantham <dwg@linuxprogrammer.org>"]
description = "Multikey self-describing cryptographic key data"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub use views::{

/// Multikey type and functions
pub mod mk;
pub use mk::{Builder, EncodedMultikey, Multikey};
pub use mk::{KEY_GEN_CODECS, Builder, EncodedMultikey, Multikey};

/// Nonce type
pub mod nonce;
Expand Down
Loading

0 comments on commit e9faee6

Please sign in to comment.