Release Notes:
- Keys can now be passed into the encrypt and decrypt constructors as strings, provided the string's encoding matches what the module is configured for. The module's encoding can be changed using the
setKeyEncodingmethod and discovered with thegetKeyEncodingmethod. The easiest and most secure way to create an encoded key string is with thecreateEncodedKeymethod. - Benchmark tests are run for informational purposes and to ensure key generation remains incredibly slow.