4 lines
121 B
Rust
4 lines
121 B
Rust
// Use the normal getrandom implementation on this architecture.
|
|
use getrandom::getrandom as getrandom_impl;
|
|
mod common;
|