Test the Mosh crypto layer
This commit is contained in:
committed by
Keith Winstein
parent
d1c4b0a5d7
commit
c354a69ee6
@@ -78,6 +78,12 @@ class PRNG {
|
||||
fill( &x, 4 );
|
||||
return x;
|
||||
}
|
||||
|
||||
uint64_t uint64() {
|
||||
uint64_t x;
|
||||
fill( &x, 8 );
|
||||
return x;
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user