Experimental
A basic KeyProvider implementation intended for a single shared passphrase between all participants
Optional
Accepts a passphrase that's used to create the crypto keys. When passing in a string, PBKDF2 is used. When passing in an Array buffer of cryptographically random numbers, HKDF is being used. (recommended)
A basic KeyProvider implementation intended for a single shared passphrase between all participants