chore(shared): add hyperboloide/lk for licence signing
Probed the library before building against it. Two corrections to plan 1: - PublicKey.ToB32String() returns one value, not (string, error) - The scheme is ECDSA P-384 with SHA-256, not ed25519 as the spec and plan claim. Design is unaffected; the prose needs fixing.
This commit is contained in:
@@ -9,6 +9,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/hyperboloide/lk v0.0.0-20251220053519-b291812e3216 // indirect
|
||||
github.com/klauspost/compress v1.17.6 // indirect
|
||||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
||||
github.com/xdg-go/scram v1.2.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user