Last Version

NTRU 1.2

Java implementation of NTRUEncrypt and NTRUSign

License

License

BSD
Categories

Categories

Net
GroupId

GroupId

net.sf.ntru
ArtifactId

ArtifactId

ntru
Version

Version

1.2
Type

Type

jar
Description

Description

NTRU
Java implementation of NTRUEncrypt and NTRUSign
Source Code Management

Source Code Management

http://github.com/tbuktu/ntru/

Download ntru 1.2


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

Dependencies

compile (1)

Group / Artifact Type Version
org.bouncycastle : bcprov-jdk16 jar 1.46

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.