create-ecdh

WebJar for create-ecdh

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

create-ecdh
Last Version

Last Version

4.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

create-ecdh
WebJar for create-ecdh
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/crypto-browserify/createECDH

Download create-ecdh

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : bn.js jar [4.1.0,5)
org.webjars.npm : elliptic jar [6.5.3,7)

Project Modules

There are no modules declared in this project.

createECDH Build Status

In io.js or node >= 0.11 this module is just a shortcut to crypto.createECDH. In node <= 0.11 or the browser this is a pure JavaScript implimentation, more specifically a wrapper around elliptic, to give it the same API as node. secp256k1, secp224r1 (aka p224), prime256v1 (aka p256, secp256r1), prime192v1 (aka p192, secp192r1), secp384r1 (aka p384), secp521r1 (aka p521) curves all work in both this library and node (though only the highlighted name will work in node).

org.webjars.npm

Versions

Version
4.0.4
4.0.3
4.0.0