diff options
| author | Frank Denis <124872+jedisct1@users.noreply.github.com> | 2024-11-19 18:05:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 18:05:09 +0100 |
| commit | 8a00bd4ce6a3f7f61dc93ed8fabfee47f32dadc5 (patch) | |
| tree | 4645d6413534443546a3e9dda122614156942157 /lib/std/Build/Step/Run.zig | |
| parent | 94be75a94fe643d8424c0225c63a2a60f12a97a0 (diff) | |
| download | zig-8a00bd4ce6a3f7f61dc93ed8fabfee47f32dadc5.tar.gz zig-8a00bd4ce6a3f7f61dc93ed8fabfee47f32dadc5.zip | |
std.crypto: make the key pair API creation consistent (#21955)
Our key pair creation API was ugly and inconsistent between ecdsa
keys and other keys.
The same `generate()` function can now be used to generate key pairs,
and that function cannot fail.
For deterministic keys, a `generateDeterministic()` function is
available for all key types.
Fix comments and compilation of the benchmark by the way.
Fixes #21002
Diffstat (limited to 'lib/std/Build/Step/Run.zig')
0 files changed, 0 insertions, 0 deletions
