Backup NaCl Keys
In this release, we added support for backing up NaCl keys to a list of words (24 words for tEnvoyNaClKey
and public tEnvoyNaClSigningKey
, 48 words for private tEnvoyNaClSigningKey
) through the new backup
method. The backups can be restored to a key object using the fromBackup
method or through using the backup
option in keyFactory.genNaClKeys
similar to how the key
option is used.