]> Cypherpunks repositories - keks.git/commit
Big code reorganisation
authorSergey Matveev <stargrave@stargrave.org>
Wed, 11 Dec 2024 15:46:04 +0000 (18:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 11 Dec 2024 16:01:27 +0000 (19:01 +0300)
commitddb2e620c9529315ddf2785bc08da42dc1027cd6314e3a9be1125274851ff67f
treed6c649943dde73fc301ed41df5afdb57596e201f9131942b369f36ccbaa7d873
parent69df170851aee5a5c972bce0c3eb4729d2f73c85be8d42c3829ba22e42d7487d
Big code reorganisation

Much more clearer separated types.
28 files changed:
gyac/atom/be/be.go [moved from gyac/be.go with 88% similarity]
gyac/atom/dec.go [new file with mode: 0644]
gyac/atom/enc.go [new file with mode: 0644]
gyac/atom/raw.go [new file with mode: 0644]
gyac/atom/type_string.go [new file with mode: 0644]
gyac/atomtype_string.go [deleted file]
gyac/cmd/print/main.go
gyac/cmd/test-vector-anys/main.go
gyac/cmd/test-vector-manual/main.go
gyac/convert-fuzz-input-to-testdata [deleted file]
gyac/dec.go
gyac/enc.go
gyac/fromgo.go [new file with mode: 0644]
gyac/fuzz_test.go
gyac/itemtype_string.go [deleted file]
gyac/mapstruct/dec.go [new file with mode: 0644]
gyac/mapstruct/map.go [new file with mode: 0644]
gyac/mk-fuzz-testdata [new file with mode: 0755]
gyac/reflect.go [deleted file]
gyac/togo.go [new file with mode: 0644]
gyac/types/type.go [new file with mode: 0644]
gyac/types/type_string.go [new file with mode: 0644]
gyac/yacpki/algo.go
gyac/yacpki/cer.go
gyac/yacpki/cmd/yacertool/main.go
gyac/yacpki/cmd/yacsdtool/main.go
gyac/yacpki/prv.go
gyac/yacpki/signed-data.go