constellation/internal/crypto
miampf bee3f6c159
added test for CA generation + use SeedSize constant
Previously, I just hard coded 256 as the key length that seeds the key
generation since it worked. Now, it uses ed25519.SeedSize (32) instead.
2025-01-30 12:21:07 +01:00
..
testvector bazel: add build files for go (#1186) 2023-03-09 15:23:42 +01:00
BUILD.bazel refactoring 2025-01-30 12:21:06 +01:00
crypto.go refactoring 2025-01-30 12:21:06 +01:00
crypto_test.go added test for CA generation + use SeedSize constant 2025-01-30 12:21:07 +01:00