]> Cypherpunks repositories - keks.git/commit
Add Magic
authorSergey Matveev <stargrave@stargrave.org>
Wed, 22 Jan 2025 12:07:32 +0000 (15:07 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 22 Jan 2025 14:39:04 +0000 (17:39 +0300)
commitde5b7de74a76cdde6985822f7b3c8a907860cb617a307c49106de4372547d337
tree6309258869785369b9286bc1287d4c31d12285a1297945d1e2fe8ebda1a5930c
parent9cb21cc2c9104bbe046ebda21bca45015c583de8609dc590b172fe4aa9e21ca5
Add Magic
56 files changed:
c/cmd/deatomiser/deatomiser.c
c/cmd/pp/pp.c
c/cmd/test-vector/test-vector.c
c/doc/atom.texi
c/lib/atom.h
c/lib/dec.c
c/lib/enc.c
c/lib/enc.h
c/lib/err.c
c/lib/err.h
c/lib/items.c
go/atom-decode.go
go/atom-encode.go
go/atomtype_string.go
go/cmd/pp/main.go
go/cmd/test-vector-anys/main.go
go/cmd/test-vector-manual/main.go
go/cmd/textdump-tester/main.go
go/encode.go
go/iter.go
go/magic.go [new file with mode: 0644]
go/pki/algo.go
go/pki/cer.go
go/pki/cmd/certool/basic.t
go/pki/cmd/certool/main.go
go/pki/cmd/enctool/chapoly.go
go/pki/cmd/enctool/main.go
go/pki/cmd/sigtool/main.go
go/pki/prv.go
go/pki/signed.go [moved from go/pki/signed-data.go with 70% similarity]
go/type.go
go/types/type.go
go/types/type_string.go
go/unmarshal.go
py3/keks.py
py3/test-vector.py
py3/tests/strategies.py
py3/tests/test_magic.py [new file with mode: 0644]
py3/tests/textdump-tester
spec/encoding/index.texi
spec/encoding/magic.texi [new file with mode: 0644]
spec/encoding/table.texi
spec/format/cer.texi
spec/format/encrypted.cddl [moved from spec/format/enveloped-data.cddl with 98% similarity]
spec/format/encrypted.texi [moved from spec/format/enveloped-data.texi with 81% similarity]
spec/format/hashed.cddl [moved from spec/format/hashed-data.cddl with 91% similarity]
spec/format/hashed.texi [moved from spec/format/hashed-data.texi with 71% similarity]
spec/format/index.texi
spec/format/private-key.texi
spec/format/registry.texi
spec/format/signed-tbs.cddl [moved from spec/format/signed-data-tbs.cddl with 78% similarity]
spec/format/signed.cddl [moved from spec/format/signed-data.cddl with 86% similarity]
spec/format/signed.texi [moved from spec/format/signed-data.texi with 76% similarity]
tcl/keks.tcl
tcl/mk-fuzz-inputs
tcl/test-vector.tcl