We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535a0c4 commit 8e79fc6Copy full SHA for 8e79fc6
1 file changed
lib/std/crypto/codecs.zig
@@ -1,3 +1,3 @@
1
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;
+pub const base64 = @import("codecs/base64_hex_ct.zig").base64;
+pub const hex = @import("codecs/base64_hex_ct.zig").hex;
0 commit comments