cipher-base

WebJar for cipher-base

Лицензия

Лицензия

MIT
Группа

Группа

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

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

cipher-base
Последняя версия

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

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

cipher-base
WebJar for cipher-base
Ссылка на сайт

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

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

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

https://github.com/crypto-browserify/cipher-base

Скачать cipher-base

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

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

Зависимости

compile (2)

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

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

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

cipher-base

Build Status

Abstract base class to inherit from if you want to create streams implementing the same api as node crypto streams.

Requires you to implement 2 methods _final and _update. _update takes a buffer and should return a buffer, _final takes no arguments and should return a buffer.

The constructor takes one argument and that is a string which if present switches it into hash mode, i.e. the object you get from crypto.createHash or crypto.createSign, this switches the name of the final method to be the string you passed instead of final and returns this from update.

org.webjars.npm

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

Версия
1.0.4
1.0.2