File: go.mod

package info (click to toggle)
golang-github-prysmaticlabs-gohashtree 0.0.4~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 348 kB
  • sloc: asm: 4,730; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/prysmaticlabs/gohashtree

go 1.20

require (
	github.com/klauspost/cpuid/v2 v2.0.9
	github.com/minio/sha256-simd v1.0.0
)