MCPcopy Index your code
hub / github.com/coder/coder / HexDigest

Method HexDigest

enterprise/dbcrypt/cipher.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 Encrypt([]byte) ([]byte, error)
28 Decrypt([]byte) ([]byte, error)
29 HexDigest() string
30}
31
32// NewCiphers is a convenience function for creating multiple ciphers.

Callers 15

NewFunction · 0.65
TestServerDBCryptFunction · 0.65
RotateFunction · 0.65
DecryptFunction · 0.65
TestCipherAES256Function · 0.65
TestUserLinksFunction · 0.65
TestExternalAuthLinksFunction · 0.65
TestCryptoKeysFunction · 0.65

Implementers 2

nullCipherenterprise/cli/server_dbcrypt_test.go
aes256enterprise/dbcrypt/cipher.go

Calls

no outgoing calls

Tested by 15

TestServerDBCryptFunction · 0.52
TestCipherAES256Function · 0.52
TestUserLinksFunction · 0.52
TestExternalAuthLinksFunction · 0.52
TestCryptoKeysFunction · 0.52
TestNewFunction · 0.52
TestEncryptDecryptFieldFunction · 0.52