Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 683 Bytes

CHANGELOG.md

File metadata and controls

19 lines (11 loc) · 683 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • This CHANGELOG file
  • encrypt(SecretKey key, byte[] plaintext, byte[]... associatedData) and decrypt(SecretKey key, byte[] ciphertext, byte[]... associatedData) using a single 256, 384, or 512 bit key

Changed

  • use maven-gpg-plugin's bc-based signer