Versions in this module Expand all Collapse all v4 v4.6.2 Oct 14, 2021 Changes in this version + type Bcrypt struct + func (b Bcrypt) Config() (internal.HashConfig, error) + type HMACMD5 struct + InputOrder InputOrderType + Key []byte + func (h HMACMD5) Config() (internal.HashConfig, error) + type HMACSHA1 struct + InputOrder InputOrderType + Key []byte + func (h HMACSHA1) Config() (internal.HashConfig, error) + type HMACSHA256 struct + InputOrder InputOrderType + Key []byte + func (h HMACSHA256) Config() (internal.HashConfig, error) + type HMACSHA512 struct + InputOrder InputOrderType + Key []byte + func (h HMACSHA512) Config() (internal.HashConfig, error) + type InputOrderType int + const InputOrderPasswordFirst + const InputOrderSaltFirst + const InputOrderUnspecified + type MD5 struct + InputOrder InputOrderType + Rounds int + func (h MD5) Config() (internal.HashConfig, error) + type PBKDF2SHA256 struct + Rounds int + func (h PBKDF2SHA256) Config() (internal.HashConfig, error) + type PBKDFSHA1 struct + Rounds int + func (h PBKDFSHA1) Config() (internal.HashConfig, error) + type SHA1 struct + InputOrder InputOrderType + Rounds int + func (h SHA1) Config() (internal.HashConfig, error) + type SHA256 struct + InputOrder InputOrderType + Rounds int + func (h SHA256) Config() (internal.HashConfig, error) + type SHA512 struct + InputOrder InputOrderType + Rounds int + func (h SHA512) Config() (internal.HashConfig, error) + type Scrypt struct + Key []byte + MemoryCost int + Rounds int + SaltSeparator []byte + func (s Scrypt) Config() (internal.HashConfig, error) + type StandardScrypt struct + BlockSize int + DerivedKeyLength int + MemoryCost int + Parallelization int + func (s StandardScrypt) Config() (internal.HashConfig, error) Other modules containing this package github.com/D-Cous/firebase-admin-go github.com/D-Cous/firebase-admin-go/v3