diffie-hellman

WebJar for diffie-hellman

Лицензия

Лицензия

MIT
Группа

Группа

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

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

diffie-hellman
Последняя версия

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

5.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

diffie-hellman
WebJar for diffie-hellman
Ссылка на сайт

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

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

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

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

Скачать diffie-hellman

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

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

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

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

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

Версия
5.0.3
5.0.2
5.0.0