文件名称:cryptonight:CryptoNight哈希函数及其变体的纯GoASM实现,没有任何CGO绑定
文件大小:78KB
文件格式:ZIP
更新时间:2024-02-24 20:36:13
hash mining pow monero cryptonight
cryptonight:CryptoNight哈希函数及其变体的纯GoASM实现,没有任何CGO绑定
【文件预览】:
cryptonight-master
----.gitignore(192B)
----go.mod(187B)
----difficulty_test.go(2KB)
----difficulty.go(2KB)
----sum_amd64.go(2KB)
----sum_generic.go(129B)
----README.adoc(6KB)
----cryptonight.go(1KB)
----sum_v0_amd64.s(1KB)
----cryptonight_test.go(9KB)
----arith_amd64.s(2KB)
----LICENSE(1KB)
----go.sum(595B)
----arith_ref.go(807B)
----jh()
--------jh.go(11KB)
--------const.go(4KB)
--------generate.go(243B)
--------jh_gen.go(17KB)
----example_test.go(1KB)
----sum_defs_amd64.h(448B)
----sum_v2_amd64.s(3KB)
----groestl()
--------tables.go(6KB)
--------groestl_gen.go(34KB)
--------generate.go(263B)
--------groestl.go(10KB)
----arith_test.go(2KB)
----sum_ref_test.go(1KB)
----sum_v1_amd64.s(2KB)
----.circleci()
--------config.yml(585B)
----sum_amd64_test.go(1KB)
----arith_amd64.go(127B)
----.gitattributes(31B)
----sum_ref.go(5KB)
----cmd()
--------cnhash()
----internal()
--------aes()
--------sha3()
----final_hash.go(646B)