is not current version
Last Version 1.2

net.sf.ntru:ntru 1.1

Java implementation of NTRUEncrypt and NTRUSign

Categories

Categories

Net
GroupId

GroupId

net.sf.ntru
ArtifactId

ArtifactId

ntru
Version

Version

1.1
Type

Type

jar

Download ntru 1.1


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