Skip to content

Commit 8e79fc6

Browse files
authored
fixed codecs.zig (#23706)
1 parent 535a0c4 commit 8e79fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/std/crypto/codecs.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pub const asn1 = @import("codecs/asn1.zig");
2-
pub const Base64 = @import("codecs/base64_hex_ct.zig").Base64;
3-
pub const Hex = @import("codecs/base64_hex_ct.zig").Hex;
2+
pub const base64 = @import("codecs/base64_hex_ct.zig").base64;
3+
pub const hex = @import("codecs/base64_hex_ct.zig").hex;

0 commit comments

Comments
 (0)