PrivacySalt

constructor(saltLength: Int)

Constructs a salt with a randomly-generated saltLength byte value.


constructor()

Constructs a salt with a randomly-generated 32 byte value.


constructor(bytes: ByteArray)