authorgravatar for 2217957370@qq.comDeatil <2217957370@qq.com> 2025-04-30 06:07:30+08:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-04-29 22:07:30+00:00
log8e79fc64cddf6832e4446b20d282084ae69f93ae
tree6f284ce61fd0393fa5bc8184d0ea3dbcbfcfe3b5
parent535a0c4270462b10f72b0ac742ad6c61b1c55f45
signaturebadge-check Signed by PGP key B5690EEEBB952194

fixed codecs.zig (#23706)


1 files changed, 2 insertions(+), 2 deletions(-)

lib/std/crypto/codecs.zig+2-2
...@@ -1,3 +1,3 @@...@@ -1,3 +1,3 @@
1pub const asn1 = @import("codecs/asn1.zig");1pub const asn1 = @import("codecs/asn1.zig");
2pub const Base64 = @import("codecs/base64_hex_ct.zig").Base64;2pub const base64 = @import("codecs/base64_hex_ct.zig").base64;
3pub const Hex = @import("codecs/base64_hex_ct.zig").Hex;3pub const hex = @import("codecs/base64_hex_ct.zig").hex;