This repository has been archived on 2023-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
2020-01-09 20:10:01 +00:00
|
|
|
module lukechampine.com/blake3
|
|
|
|
|
|
|
|
go 1.13
|
2020-07-30 17:54:11 +00:00
|
|
|
|
2020-08-04 22:13:57 +00:00
|
|
|
require (
|
|
|
|
github.com/klauspost/cpuid v1.3.1
|
|
|
|
)
|