| author | |
| committer | |
| log | 8ed432fe3c00a7879511719f7db5eb9bd195d3d2 |
| tree | a57fa0eb24c9a236eb1f401dd9d07a4d9072c233 |
| parent | 148b963a606c2a7b71dced22d1d5b42cce4d9c04 |
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 |