| ... | @@ -158,7 +158,7 @@ pub const nacl = struct { | ... | @@ -158,7 +158,7 @@ pub const nacl = struct { |
| 158 | pub const utils = @import("crypto/utils.zig"); | 158 | pub const utils = @import("crypto/utils.zig"); |
| 159 | | 159 | |
| 160 | /// This is a thread-local, cryptographically secure pseudo random number generator. | 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 | const std = @import("std.zig"); | 163 | const std = @import("std.zig"); |
| 164 | | 164 | |