forked from wrenn/wrenn
Prototype with single host server and no admin panel (#2)
Reviewed-on: wrenn/sandbox#2 Co-authored-by: pptx704 <rafeed@omukk.dev> Co-committed-by: pptx704 <rafeed@omukk.dev>
This commit is contained in:
7
envd/internal/shared/keys/hashing.go
Normal file
7
envd/internal/shared/keys/hashing.go
Normal file
@ -0,0 +1,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package keys
|
||||
|
||||
type Hasher interface {
|
||||
Hash(key []byte) string
|
||||
}
|
||||
Reference in New Issue
Block a user