package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Functions

IsValid returns nil if [password] is a reasonable length and has strength greater than or equal to [minimumStrength].
SufficientlyStrong returns true if [password] has strength greater than or equal to [minimumStrength].

# Constants

Fair password.
OK password is the recommended minimum strength for API calls.
Strong password.
VeryStrong password.
VeryWeak password.
Weak password.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Hash of a password.

# Type aliases

Strength is the strength of a password.