Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@cleishm cleishm released this 24 Jul 12:42
· 446 commits to master since this release

This is the 0.2.0 release of cava - the ConsenSys Core Libraries for Java (& Kotlin).

Installation

To include cava, use the following dependency declaration. Or see https://github.com/ConsenSys/cava/blob/0.2.0/README.md#getting-cava for further instructions.

Gradle

compile 'net.consensys.cava:cava:0.2.0'

Maven

<dependency>
  <groupId>net.consensys.cava</groupId>
  <artifactId>cava</artifactId>
  <version>0.2.0</version>
</dependency>

Download

The cava jar archives can be downloaded directly from bintray: https://bintray.com/consensys/consensys/cava/0.2.0#files/net/consensys/cava

Documentation

Signature

All artifacts are signed by ConsenSys Enterprise Engineering, using key id 0xFD047ED4915005FB.

Changes since 0.1.0 release

  • Improvements to APIs, most notably in crypto and net modules.
  • Various security improvements in crypto modules, most notably ensuring secret key material is quickly destroyed.