mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.crypto: add constant-time codecs Add constant-time hex/base64 codecs designed to process cryptographic secrets, adapted from libsodium's implementations. Introduce a `crypto.codecs` namespace for crypto-related encoders and decoders. Move ASN.1 codecs to this namespace. This will also naturally accommodate the proposed PEM codecs.
17 lines
488 B
Plaintext
17 lines
488 B
Plaintext
*.zig text eol=lf
|
|
*.zon text eol=lf
|
|
*.txt text eol=lf
|
|
langref.html.in text eol=lf
|
|
lib/std/compress/testdata/** binary
|
|
lib/std/compress/deflate/testdata/** binary
|
|
lib/std/compress/flate/testdata/** binary
|
|
lib/std/crypto/codecs/asn1/der/testdata/** binary
|
|
|
|
lib/include/** linguist-vendored
|
|
lib/libc/** linguist-vendored
|
|
lib/libcxx/** linguist-vendored
|
|
lib/libcxxabi/** linguist-vendored
|
|
lib/libunwind/** linguist-vendored
|
|
lib/tsan/** linguist-vendored
|
|
lib/compiler/aro/** linguist-vendored
|