Merge GroupWithMapToCurve into Group (#219)
* Merge `GroupWithMapToCurve` into `Group` * Remove `hash_to_curve` * Ristretto improvements * P-256 improvements
This commit is contained in:
@@ -9,7 +9,6 @@ use crate::{
|
||||
group::Group,
|
||||
hash::Hash,
|
||||
keypair::{KeyPair, PrivateKey, PublicKey},
|
||||
map_to_curve::GroupWithMapToCurve,
|
||||
opaque::{bytestrings_from_identifiers, Identifiers},
|
||||
};
|
||||
use digest::Digest;
|
||||
|
||||
Reference in New Issue
Block a user