diffie-hellman

WebJar for diffie-hellman

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

diffie-hellman
Last Version

Last Version

5.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

diffie-hellman
WebJar for diffie-hellman
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/crypto-browserify/diffie-hellman

Download diffie-hellman

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.npm : bn.js jar [4.1.0,5)
org.webjars.npm : miller-rabin jar [4.0.0,5)
org.webjars.npm : randombytes jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

diffie hellman Build Status

pure js diffie-hellman, same api as node, most hard parts thanks to bn.js by @indutny. In node just returns an object with crypto.createDiffieHellman and crypto.getDiffieHellman in the browser returns a shim. To require the pure JavaScript one in node require('diffie-hellman/browser');;

org.webjars.npm

Versions

Version
5.0.3
5.0.2
5.0.0