is not current version
Last Version 1.2

net.sf.ntru:ntru 0.5

Java implementation of NTRUEncrypt and NTRUSign

Categories

Categories

Net
GroupId

GroupId

net.sf.ntru
ArtifactId

ArtifactId

ntru
Version

Version

0.5
Type

Type

jar

Download ntru 0.5


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