Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 22 Aug 17:05
· 464 commits to master since this release
v2.2.0
  • Added an export() method to KeyFactory, and congruent import*()
    methods. For example:
    • export($key) returns a string with a versioned and
      checksummed, hex-encoded string representing the key material.
    • importEncryptionKey($string) expects an EncryptionKey
      object or throws a TypeError