Jakub Dóka a6486492be
std.crypto.ecdsa: use separate function for null seed (#20953)
Due to the `std.crypto.ecdsa.KeyPair.create` taking and optional of seed, even if the seed is generated, cross-compiling to the environments without standard random source (eg. wasm) (`std.crypto.random.bytes`) will fail to compile.

This commit changes the API of the problematic function and moves the random seed generation to a new utility function.
2024-08-07 01:06:15 -07:00
..
2024-07-19 00:30:32 -07:00
2024-02-25 11:22:10 +01:00
2024-07-09 14:25:42 -07:00
2023-11-03 23:18:21 -04:00
2024-07-31 16:57:42 -07:00
2023-11-03 23:18:21 -04:00
2024-07-09 14:25:42 -07:00
2024-07-09 14:25:42 -07:00
2024-07-19 00:30:32 -07:00
2024-07-09 14:25:42 -07:00
2024-03-21 14:11:46 -07:00