randomfill

WebJar for randomfill

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

randomfill
WebJar for randomfill
Ссылка на сайт

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

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

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

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

Скачать randomfill

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.npm : randombytes jar [2.0.5,3)
org.webjars.npm : safe-buffer jar [5.1.0,6)

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

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

randomfill

Version

randomfill from node that works in the browser. In node you just get crypto.randomBytes, but in the browser it uses .crypto/msCrypto.getRandomValues

var randomFill = require('randomfill');
var buf
randomFill.randomFillSync(16);//get 16 random bytes
randomFill.randomFill(16, function (err, resp) {
  // resp is 16 random bytes
});
org.webjars.npm

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

Версия
1.0.4
1.0.3