Salt used for key pair generation. Used only for Salty key creation.
String prefix used to stretch the prefix, salt, and seed into the key pair. Used only for Salty key creation.
Security tier used during stretching.
Creates a key pair
list of derivation codes one per key pair to create
count of key pairs to create if codes not provided
derivation code to use for count key pairs if codes not provided
true means use transferable derivation code. Otherwise, non-transferable derivation code.
prefix index for this keypair sequence
rotation index for this key pair set
starting key index for this key pair set
true means use temp stretch otherwise use time set by tier for streching
Deterministically creates a key pair based on combining a salt with a path stretch algorithm. The salt is randomized if not provided.