]> Sergey Matveev's repositories - meta4ra.git/commit
*-hashes-detect, *-hash, *-check -stdin/-all-hashes, optional builtins
authorSergey Matveev <stargrave@stargrave.org>
Thu, 7 Mar 2024 13:57:08 +0000 (16:57 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 8 Mar 2024 08:50:00 +0000 (11:50 +0300)
commitbe69a4fc0c240c2772a0f0bf0955b39783e4c48a
treee8981225d34b7d01344297c747b27ca1688f652a
parentce902a58a32f42801603475c67dd75da86d4502a
*-hashes-detect, *-hash, *-check -stdin/-all-hashes, optional builtins
27 files changed:
HASHES [new file with mode: 0644]
INSTALL [new file with mode: 0644]
README
bin/meta4ra-check [new symlink]
bin/meta4ra-create [new symlink]
bin/meta4ra-hash [new symlink]
bin/meta4ra-hashes-detect [new file with mode: 0755]
build [new file with mode: 0755]
build-with-thirdparty [new file with mode: 0755]
cmd/meta4ra/check.go [moved from cmd/meta4-check/main.go with 59% similarity]
cmd/meta4ra/create.go [moved from cmd/meta4-create/main.go with 88% similarity]
cmd/meta4ra/hash.go [new file with mode: 0644]
cmd/meta4ra/main.go [new file with mode: 0644]
contrib/mk-meta4 [new file with mode: 0755]
contrib/shake128sum [deleted file]
contrib/shake256sum [deleted file]
contrib/streebog256sum [deleted file]
contrib/streebog512sum [deleted file]
go.mod
go.sum [new file with mode: 0644]
hasher.go [deleted file]
internal/builtin.go [new file with mode: 0644]
internal/common.go [moved from common.go with 91% similarity]
internal/hasher.go [new file with mode: 0644]
internal/scheme.go [moved from scheme.go with 99% similarity]
internal/thirdparty.go [new file with mode: 0644]
internal/xxh3.go [new file with mode: 0644]