create-ecdh

WebJar for create-ecdh

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

create-ecdh
Последняя версия

Последняя версия

4.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

create-ecdh
WebJar for create-ecdh
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

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

Скачать create-ecdh

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : bn.js jar [4.1.0,5)
org.webjars.npm : elliptic jar [6.5.3,7)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
4.0.4
4.0.3
4.0.0