Skip to content

Commit

Permalink
Add serde module to handle app V2 encodings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed May 15, 2024
1 parent eef9d68 commit 4e54907
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 120 deletions.
2 changes: 2 additions & 0 deletions protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ extern crate std;
mod chacha20poly1305;
mod fschacha20poly1305;
mod hkdf;
#[cfg(feature = "std")]
pub mod serde;

use core::fmt;

Expand Down
Loading

0 comments on commit 4e54907

Please sign in to comment.