mirror of
https://github.com/luxfi/crypto.git
synced 2026-07-27 01:54:50 +00:00
7 lines
267 B
Go
7 lines
267 B
Go
// Copyright (C) 2019-2025, Lux Industries, Inc. All rights reserved.
|
|
// See the file LICENSE for licensing terms.
|
|
|
|
package hash
|
|
|
|
//go:generate go run go.uber.org/mock/mockgen -package=hashingmock -destination=hashingmock/hasher.go -mock_names=Hasher=Hasher . Hasher
|