Skip to content

Commit

Permalink
Fix to export GroupEmbed to avoid dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Apr 9, 2024
1 parent ded3cc7 commit a358041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ where

/// `Into<[u8; LAMBDA]>` is not used in the crate.
/// We include it here and impl it for all PRG embedded in the crate for user convenience.
trait GroupEmbed<const LAMBDA: usize>
pub trait GroupEmbed<const LAMBDA: usize>
where
Self: Group<LAMBDA> + Into<[u8; LAMBDA]>,
{
Expand Down

0 comments on commit a358041

Please sign in to comment.