Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amoghe/go-crypt
/ functions
Functions
8 in github.com/amoghe/go-crypt
⨍
Functions
8
◇
Types & classes
0
↓ 4 callers
Function
Crypt
Crypt provides a wrapper around the glibc crypt() function. For the meaning of the arguments, refer to the README.
crypt.go:29
↓ 1 callers
Function
checkGlibCVersion
This function is specific to the tests. It basically checks if we're running with glibc and if the used glibc is new enough
version.go:22
Function
Crypt
Crypt does currently not provide an implementation for windows and darwin
crypt_unsupported.go:15
Function
Crypt
Crypt provides a wrapper around the glibc crypt_r() function. For the meaning of the arguments, refer to the package README.
crypt_r.go:46
Function
TestCheckMemoryAllocation
(t *testing.T)
crypt_test.go:64
Function
TestCryptErrors
(t *testing.T)
crypt_test.go:41
Function
TestCryptMD5
(t *testing.T)
crypt_test.go:24
Function
TestCryptSHA512
(t *testing.T)
crypt_test.go:7