miscreant.rb icon indicating copy to clipboard operation
miscreant.rb copied to clipboard

Ruby implementation of Miscreant: misuse-resistant encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support

Results 2 miscreant.rb issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...