не последняя версия
Последняя версия 0.7.0

com.codahale:shamir 0.4.0

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

Группа

Группа

com.codahale
Идентификатор

Идентификатор

shamir
Версия

Версия

0.4.0
Тип

Тип

jar

Скачать shamir 0.4.0


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