Version 2.2.0
paragonie-scott
released this
22 Aug 17:05
·
464 commits
to master
since this release
- Added an
export()
method toKeyFactory
, and congruentimport*()
methods. For example:export($key)
returns astring
with a versioned and
checksummed, hex-encoded string representing the key material.importEncryptionKey($string)
expects anEncryptionKey
object or throws aTypeError