is not current version
Last Version 1.2

net.sf.ntru:ntru 0.7

Java implementation of NTRUEncrypt and NTRUSign

Categories

Categories

Net
GroupId

GroupId

net.sf.ntru
ArtifactId

ArtifactId

ntru
Version

Version

0.7
Type

Type

jar

Download ntru 0.7


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