Skip to content

Commit

Permalink
Add tostring
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Mar 19, 2024
1 parent 28a4e8a commit d872260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chachapoly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use crate::poly1305::Poly1305;
pub use error::ChaCha20Poly1305DecryptionError;
use error::ChaCha20Poly1305EncryptionError;

use alloc::string::ToString;

#[derive(Debug)]
pub struct ChaCha20Poly1305 {
key: [u8; 32],
Expand Down

0 comments on commit d872260

Please sign in to comment.