Installation
Maven
<dependency>
<groupId>net.glassless</groupId>
<artifactId>glassless-provider</artifactId>
<version>0.13.0</version>
</dependency>Gradle
implementation 'net.glassless:glassless-provider:0.13.0'Highlights
FIPS SSLContext wrapper and Argon2 benchmark
Add FIPS SSLContext wrapper and Argon2 benchmark
What's Changed
New Features
- Add FIPS SSLContext wrapper and Argon2 benchmark
Full Changelog: v0.12.0...v0.13.0