std.crypto.random: Randoms are no longer passed by reference
This commit is contained in:
@@ -158,7 +158,7 @@ pub const nacl = struct {
|
||||
pub const utils = @import("crypto/utils.zig");
|
||||
|
||||
/// This is a thread-local, cryptographically secure pseudo random number generator.
|
||||
pub const random = &@import("crypto/tlcsprng.zig").interface;
|
||||
pub const random = @import("crypto/tlcsprng.zig").interface;
|
||||
|
||||
const std = @import("std.zig");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user