miscreant.rb
miscreant.rb copied to clipboard
Ruby implementation of Miscreant: misuse-resistant encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.9 New features #9396: Add new Style/IfWithBooleanLiteralBranches cop. (@koic) #9402: Add new Lint/TripleQuotes...
Hi, thanks for this neat library! This improves the error message when the ciphertext has the wrong encoding. The current message is `IV must be Encoding::BINARY`, which makes it seem...