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-26 14:33:59 -07:00
2024-08-05 09:53:37 -07:00
2024-05-08 19:37:29 -07:00
2024-06-16 11:53:33 +02:00
2024-07-25 18:52:21 -07:00