Skip to content

Commit

Permalink
refactor: hide sec module (#22)
Browse files Browse the repository at this point in the history
I don't think there's any real need to make this module public, since
it is only a set of utility functions used internally.

BREAKING CHANGE: The sec module was made private
  • Loading branch information
louib authored Feb 17, 2024
1 parent f87a4c0 commit 95897c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub mod error;
pub mod hmacmode;
mod manager;
pub mod otpmode;
pub mod sec;
mod sec;

use aes::cipher::generic_array::GenericArray;

Expand Down

0 comments on commit 95897c4

Please sign in to comment.