]> Cypherpunks repositories - keks.git/commit
Various refactoring and passphrase-encrypted private keys support
authorSergey Matveev <stargrave@stargrave.org>
Sun, 16 Feb 2025 07:02:58 +0000 (10:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 17 Feb 2025 16:34:36 +0000 (19:34 +0300)
commit581165b796992ccfc49c16d4f71102edc37ad73220ee4aad73d28cdc202cc53a
tree300e7110f10f50be2ff39c4fd1ef714f120e3c796b520f8b26fa6161db567be2
parent2a840dca43c5a3ee15414c8145d17f44e42d295ee33e0ccd89fd5216df3429ab
Various refactoring and passphrase-encrypted private keys support
31 files changed:
c/cmd/pp/pp.c
go/.gitignore [new file with mode: 0644]
go/cm/.gitignore [new file with mode: 0644]
go/cm/cmd/enctool/main.go
go/cm/cmd/enctool/passphrase.t
go/cm/cmd/enctool/prv-encrypted.t [new file with mode: 0755]
go/cm/cmd/enctool/pub.t
go/cm/cmd/hshtool/main.go
go/cm/cmd/keytool/certification.t
go/cm/cmd/keytool/kem-generation.t
go/cm/cmd/sigtool/basic.t
go/cm/enc/balloon.go [deleted file]
go/cm/enc/balloon/cost/cost.go [new file with mode: 0644]
go/cm/enc/balloon/decap.go [new file with mode: 0644]
go/cm/enc/chapoly/dem.go
go/cm/enc/dem.go
go/cm/enc/enc.go [new file with mode: 0644]
go/cm/enc/kem.go
go/cm/go.mod
go/cm/hash/hash.go [new file with mode: 0644]
go/cm/utils/mk-bin [new file with mode: 0755]
go/cmd/pp/go.mod [new file with mode: 0644]
go/cmd/pp/go.sum [new file with mode: 0644]
go/cmd/pp/main.go
go/go.mod
go/go.sum
go/utils/mk-bin [new file with mode: 0755]
spec/cm/encrypted.cddl
spec/cm/encrypted.texi
spec/cm/hashed.cddl
spec/cm/hashed.texi