Only export pairing structs if `groups` is enabled.

This commit is contained in:
Sean Bowe 2019-11-13 13:09:36 -07:00
parent 626270d5bc
commit 0ae728c356
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 0 deletions

View File

@ -71,4 +71,5 @@ const BLS_X_IS_NEGATIVE: bool = true;
#[cfg(feature = "groups")]
mod pairings;
#[cfg(feature = "groups")]
pub use pairings::{pairing, Gt, MillerLoopResult};