Documentation ¶ Index ¶ func PBKDF2(password, salt []byte, iter, keyLen int, h func() hash.Hash) []byte func URIComponent(str string) string func WithSalt(password string, salt string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PBKDF2 ¶ func PBKDF2(password, salt []byte, iter, keyLen int, h func() hash.Hash) []byte PBKDF2 http://code.google.com/p/go/source/browse/pbkdf2/pbkdf2.go?repo=crypto func URIComponent ¶ func URIComponent(str string) string URIComponent defined func WithSalt ¶ func WithSalt(password string, salt string) string WithSalt message with PBKDF2 Types ¶ This section is empty. Source Files ¶ View all Source files salt.go url.go Click to show internal directories. Click to hide internal directories.