Releases: KiARC/ReasonablyEasyCryptography
Even More Config Options
Full Changelog: 5.1.0...5.2.0
Config Options
The most important updates: New names for the various objects (sorry :/) and default-valued-params for configuration if you really need it.
Full Changelog: 4.0.1...5.1.0
Multiple Recipient RSA
A very useful update that implements the ability to send a single message to many people without increasing the size hugely.
Say you need to send a 1kb message to 10 people. Instead of sending 10 1kb messages and having to process 10kb of data (a 1000% increase in size!), you can generate a single message that only increases in size by around 270 bytes per key (and seemingly less the more keys you add? With one recipient the message grows by 284 bytes like it used to before this update, but with 100 the message grows by 25628 bytes, or around 256 bytes per key which is impressively low, I'm still not sure why).
Full Changelog: 4.0.0...4.0.1
PEM Parsing!
The new docs took forever
Full Changelog: 1.0.1...2.1.0
Patch to Key Generation
Fixed a stupid mistake, my bad.
SignedDataContainers
A new data class to contain signed data
Java Functionality
Minor patch so that the library properly functions when used in Java
First Published Release
First release I will be publishing, older ones can be built from source if needed.