Make the group mod public

This commit is contained in:
François Garillot
2020-07-22 11:58:00 -04:00
parent f8285c60ba
commit e93e8fd5a8
3 changed files with 16 additions and 2 deletions
+2 -2
View File
@@ -395,8 +395,8 @@ pub mod opaque;
pub mod ciphersuite;
mod envelope;
mod group;
mod map_to_curve;
pub mod group;
pub mod map_to_curve;
pub mod key_exchange;
pub mod keypair;