Skip to content

11.0.0

Compare
Choose a tag to compare
@mmeyer2k mmeyer2k released this 01 Jul 22:35
· 109 commits to master since this release
ce8c782
  • Move to default of SHA3-256 instead of SHA-256 for block ciphers
  • Move to default of SHA3-512 instead of SHA-512 for OTP
  • Fix error in Aes256Cbc cipher identifier
  • Add tests for naming errors
  • Remove all support for passwords in favor of strong keys
  • All $cost related parameters removed
  • Add namespaces to testing classes to prevent collisions (unlikely)
  • Remove RC4 and Spritz support, will move to separate repo
  • Made tests prettier
  • Made vector generator more useful
  • Removes some custom error handling by falling back on strict_types=1
  • Removed unused exception types