Files
zig/lib/std
Frank Denis a7122b7323 std.crypto: add constant-time codecs (#23420)
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.
2025-04-12 20:13:45 +02:00
..
2025-02-22 14:32:48 -08:00
2025-04-03 14:55:04 -07:00
2025-04-05 21:20:10 +02:00
2025-04-03 14:55:04 -07:00
2025-03-07 10:59:02 +01:00
2025-03-17 21:56:17 +03:30
2025-02-22 14:32:48 -08:00
2025-04-03 15:35:21 -07:00