Last Version

RDRAND Provider 0.1.0

A secure random provider that uses the RDRAND hardware instruction.

License

License

MIT
Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

rdrand-provider
Version

Version

0.1.0
Type

Type

jar
Description

Description

RDRAND Provider
A secure random provider that uses the RDRAND hardware instruction.
Project URL

Project URL

https://github.com/marschall/rdrand-provider
Source Code Management

Source Code Management

https://github.com/marschall/rdrand-provider

Download rdrand-provider 0.1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.openjdk.jol : jol-core jar 0.9

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.1.0
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
org.junit.platform : junit-platform-launcher jar 1.1.0
org.assertj : assertj-core jar 3.9.1

Project Modules

There are no modules declared in this project.