Last Version

Shamir's Secret Sharing 0.7.0

An implementation of Shamir's Secret Sharing algorithm over GF(256).

License

License

GroupId

GroupId

com.codahale
ArtifactId

ArtifactId

shamir
Version

Version

0.7.0
Type

Type

jar
Description

Description

Shamir's Secret Sharing
An implementation of Shamir's Secret Sharing algorithm over GF(256).
Project URL

Project URL

https://github.com/codahale/shamir
Source Code Management

Source Code Management

https://github.com/codahale/shamir

Download shamir 0.7.0


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

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.