| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | update all openDir() sites to accept io instance | Andrew Kelley | |
| 5 days | update all std.fs.cwd() to std.Io.Dir.cwd() | Andrew Kelley | |
| 5 days | update all occurrences of close() to close(io) | Andrew Kelley | |
| 2025-04-12 | std.crypto: add constant-time codecs (#23420) | Frank Denis | |
| 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. | |||
