mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
ZeroRng in benchmarks doesn't need to be public.
This commit is contained in:
parent
b1105618e7
commit
03f20fdae3
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ mod bench {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
/// A fake RNG which simply returns zeroes.
|
/// A fake RNG which simply returns zeroes.
|
||||||
pub struct ZeroRng;
|
struct ZeroRng;
|
||||||
|
|
||||||
impl ZeroRng {
|
impl ZeroRng {
|
||||||
pub fn new() -> ZeroRng {
|
pub fn new() -> ZeroRng {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue