]> Cypherpunks repositories - keks.git/commit
Use schema validation for signed, encrypted and pub
authorSergey Matveev <stargrave@stargrave.org>
Fri, 4 Apr 2025 10:58:12 +0000 (13:58 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 4 Apr 2025 12:48:35 +0000 (15:48 +0300)
commit59bfc34073c448a72028eeb925838f272ef71dd0c15e937f4e8edbe62a9a5315
tree911f2ede756084ce9734da647ad39a082f492d860535e05d352137a9313baee3
parentcb03f99cf33a2b8fff6ebafeb9c8fe573f909a30c3a14ffd8d52ea6e9c8c8ac0
Use schema validation for signed, encrypted and pub
14 files changed:
go/cm/cmd/enctool/main.go
go/cm/cmd/sigtool/main.go
go/cm/default.schema.keks.do [new file with mode: 0644]
go/cm/enc/schema.go [new file with mode: 0644]
go/cm/sign/prv.go
go/cm/sign/pub.go
go/cm/sign/schema.go [new file with mode: 0644]
go/cm/sign/signed.go
spec/cm/encrypted.cddl
spec/schema/tcl.texi
tcl/schema2bin
tcl/schemas/encrypted.tcl [new file with mode: 0644]
tcl/schemas/pub.tcl
tcl/schemas/signed.tcl [new file with mode: 0644]