Last Version

AES-GCM-SIV 0.4.3

An implementation of the AES-GCM-SIV authenticated encryption algorithm.

License

License

GroupId

GroupId

com.codahale
ArtifactId

ArtifactId

aes-gcm-siv
Version

Version

0.4.3
Type

Type

jar
Description

Description

AES-GCM-SIV
An implementation of the AES-GCM-SIV authenticated encryption algorithm.
Project URL

Project URL

https://github.com/codahale/aes-gcm-siv
Source Code Management

Source Code Management

https://github.com/codahale/aes-gcm-siv

Download aes-gcm-siv 0.4.3


<!-- https://jarcasting.com/artifacts/com.codahale/aes-gcm-siv/ -->
<dependency>
    <groupId>com.codahale</groupId>
    <artifactId>aes-gcm-siv</artifactId>
    <version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.codahale/aes-gcm-siv/
implementation 'com.codahale:aes-gcm-siv:0.4.3'
// https://jarcasting.com/artifacts/com.codahale/aes-gcm-siv/
implementation ("com.codahale:aes-gcm-siv:0.4.3")
'com.codahale:aes-gcm-siv:jar:0.4.3'
<dependency org="com.codahale" name="aes-gcm-siv" rev="0.4.3">
  <artifact name="aes-gcm-siv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codahale', module='aes-gcm-siv', version='0.4.3')
)
libraryDependencies += "com.codahale" % "aes-gcm-siv" % "0.4.3"
[com.codahale/aes-gcm-siv "0.4.3"]

Dependencies

test (9)

Group / Artifact Type Version
com.google.guava : guava jar 26.0-jre
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.junit.jupiter : junit-jupiter-engine jar 5.3.1
org.junit.jupiter : junit-jupiter-params jar 5.3.1
org.assertj : assertj-core jar 3.11.1
org.quicktheories : quicktheories jar 0.25
org.mockito : mockito-core jar 2.22.0
org.openjdk.jmh : jmh-core jar 1.21
org.openjdk.jmh : jmh-generator-annprocess jar 1.21

Project Modules

There are no modules declared in this project.