const golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.blockSize
6 uses
golang.org/x/crypto/ssh/internal/bcrypt_pbkdf (current package)
bcrypt_pbkdf.go#L17: const blockSize = 32
bcrypt_pbkdf.go#L35: numBlocks := (keyLen + blockSize - 1) / blockSize
bcrypt_pbkdf.go#L36: key := make([]byte, numBlocks*blockSize)
bcrypt_pbkdf.go#L43: cnt, tmp := make([]byte, 4), make([]byte, blockSize)
bcrypt_pbkdf.go#L54: out := make([]byte, blockSize)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |