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:
2026-07-24 14:53:26 +01:00
parent bc1cda26f8
commit f10fe61916
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -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