]> Cypherpunks repositories - keks.git/commit
Add various suggested hash algorithms and Ed25519-BLAKE2b scheme
authorSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 14:54:44 +0000 (17:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 3 Dec 2024 14:47:35 +0000 (17:47 +0300)
commit5a3a082921976b9622f1a0fec6f13f47773f5f7f182a30579da36d543a83c690
treebb781c24990e0c8d343f094f8485003f3e6be79752afb9588c1efa6877b92331
parent1302d113ef1964ece02525e0bf1b398feede787543b8e6a875218052690531f6
Add various suggested hash algorithms and Ed25519-BLAKE2b scheme
19 files changed:
gyac/yacpki/algo.go
gyac/yacpki/cer.go
gyac/yacpki/cmd/yacertool/basic.t
gyac/yacpki/cmd/yacertool/main.go
gyac/yacpki/ed25519-blake2b/.gitignore [new file with mode: 0644]
gyac/yacpki/ed25519-blake2b/clean [new file with mode: 0755]
gyac/yacpki/ed25519-blake2b/ed25519-to-blake2b.patch [new file with mode: 0644]
gyac/yacpki/ed25519-blake2b/mk-from-go [new file with mode: 0755]
gyac/yacpki/gost.go [new file with mode: 0644]
gyac/yacpki/prv.go
gyac/yacpki/signed-data.go
spec/format/cer.texi
spec/format/hashed-data.texi
spec/format/index.texi
spec/format/private-key.texi
spec/format/registry.texi [new file with mode: 0644]
spec/format/signed-data.texi
spec/index.texi
spec/registry.texi [deleted file]