Last Version

SecurePRNG 0.14

Implementation of NIST compliant secure random number generators and related tools.

License

License

MIT
GroupId

GroupId

com.pippsford
ArtifactId

ArtifactId

SecurePRNG
Version

Version

0.14
Type

Type

pom
Description

Description

SecurePRNG
Implementation of NIST compliant secure random number generators and related tools.
Project URL

Project URL

https://github.com/simon-greatrix/sec-prng
Source Code Management

Source Code Management

https://github.com/simon-greatrix/sec-prng.git

Download SecurePRNG 0.14

Filename Size
SecurePRNG-0.14.pom 4 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 Optional jar 1.7.25

Project Modules

  • core
  • image
  • configurator
  • utilities