| author | |
| committer | |
| log | f1b79c9a442c57eab353401f4e88e8a595ab01f8 |
| tree | 3eb68d5d2e72b3195291b88dad908fb10ee621fd |
| parent | 0817d6b2150a00ab0d552888fc4822fced8e0f5f |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto.zig+1-1| ... | ... | @@ -158,7 +158,7 @@ pub const nacl = struct { |
| 158 | 158 | pub const utils = @import("crypto/utils.zig"); |
| 159 | 159 | |
| 160 | 160 | /// This is a thread-local, cryptographically secure pseudo random number generator. |
| 161 | pub const random = &@import("crypto/tlcsprng.zig").interface; | |
| 161 | pub const random = @import("crypto/tlcsprng.zig").interface; | |
| 162 | 162 | |
| 163 | 163 | const std = @import("std.zig"); |
| 164 | 164 |