mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Remove hash_into from Rotation.
This commit is contained in:
parent
dfa7d96fa9
commit
ea563434f4
1 changed files with 0 additions and 5 deletions
|
|
@ -229,9 +229,4 @@ impl Rotation {
|
|||
pub fn next() -> Rotation {
|
||||
Rotation(1)
|
||||
}
|
||||
|
||||
/// Hash Rotation into a Blake2bState
|
||||
pub fn hash_into(&self, hasher: &mut Blake2bState) {
|
||||
hasher.update(&format!("{:?}", self).as_bytes());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue