licenses.dev

@transmute/did-key-ed25519 v0.2.1-unstable.42

``` npm i @transmute/did-key-ed25519@latest --save ```

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT52
PackageRelationDependenciesPublished
@peculiar/asn1-schema • 2.3.15Decorators for ASN.1 schemas buildingINDIRECT4
@peculiar/json-schema • 1.1.12This package uses ES2015 decorators to simplify JSON schema creation and useINDIRECT1
@peculiar/webcrypto • 1.5.0A WebCrypto Polyfill for NodeJSINDIRECT7
@stablelib/aead • 1.0.1AEAD interface declaration (authenticated encryption with associated data)INDIRECT0
@stablelib/aes-kw • 1.0.1AES KW (Advanced Encryption Standard Key Wrapping)INDIRECT6
@stablelib/aes • 1.0.1AES block cipher (Advanced Encryption Standard)INDIRECT4
@stablelib/binary • 1.0.1Binary encoding and decodingINDIRECT1
@stablelib/blockcipher • 1.0.1Block cipher interface declarationINDIRECT0
@stablelib/bytes • 1.0.1Byte utilitiesINDIRECT0
@stablelib/chacha • 1.0.1ChaCha stream cipherINDIRECT3
@stablelib/chacha20poly1305 • 1.0.1ChaCha20-Poly1305 AEAD (RFC 7539)INDIRECT7
@stablelib/constant-time • 1.0.1Algorithmically constant-time utility functionsINDIRECT0
@stablelib/ed25519 • 1.0.3Ed25519 public-key signature (EdDSA with Curve25519)DIRECT6
@stablelib/hash • 1.0.1Cryptographic hash function interface declarationsINDIRECT0
@stablelib/int • 1.0.1Integer number utilitiesINDIRECT0
@stablelib/keyagreement • 1.0.1Key agreement interface declaration and utilitiesINDIRECT1
@stablelib/poly1305 • 1.0.1Poly1305 one-time message authentication codeINDIRECT2
@stablelib/random • 1.0.2Cryptographically-secure pseudorandom number generatorINDIRECT3
@stablelib/sha512 • 1.0.1SHA-512 cryptographic hash functionINDIRECT4
@stablelib/wipe • 1.0.1Wipes bytes and arrays (sets all values to zero)INDIRECT0
@stablelib/x25519 • 1.0.3X25519 key agreement (Curve25519)INDIRECT6
@stablelib/xchacha20 • 1.0.1XChaCha20 stream cipherINDIRECT4
@stablelib/xchacha20poly1305 • 1.0.1XChaCha20-Poly1305 AEAD (draft-irtf-cfrg-xchacha-01)INDIRECT9
@trust/keyto • 1.0.1A utility for translating cryptographic keys between representationsDIRECT11
asn1.js • 5.4.1ASN.1 encoder and decoderINDIRECT4
base-x • 3.0.10Fast base encoding / decoding of any given alphabetINDIRECT1
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
base64url • 3.0.1For encoding to/from base64urlsDIRECT0
bignumber.js • 9.1.2A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
bn.js • 4.12.1Big number implementation in pure javascriptINDIRECT0
borc • 2.1.2Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).INDIRECT13
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
bs58 • 4.0.1Base 58 encoding / decodingDIRECT2
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
cbor • 5.2.0Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).INDIRECT2
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
elliptic • 6.6.1EC cryptographyINDIRECT7
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
iso-url • 0.4.7Isomorphic/Universal WHATWG URL API with some support legacy node URL APIINDIRECT0
json-text-sequence • 0.1.1Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequenceINDIRECT1
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
nofilter • 1.0.4Read and write a growable buffer as a streamINDIRECT0
pvtsutils • 1.3.6pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.INDIRECT1
pvutils • 1.1.3Common utilities for products from Peculiar VenturesINDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
web-streams-polyfill • 3.3.3Web Streams, based on the WHATWG spec reference implementationINDIRECT0
webcrypto-core • 1.8.1Common layer to be used by crypto libraries based on WebCrypto API for input validation.INDIRECT6
Apache-2.04
PackageRelationDependenciesPublished
@transmute/did-key-cipher • 0.2.1-unstable.42Encryption tooling for did-key pairs.INDIRECT41
@transmute/did-key-common • 0.2.1-unstable.42This module contains common types, interfaces and methods for `did:key`.DIRECT18
@transmute/did-key-x25519 • 0.2.1-unstable.42``` npm i @transmute/did-key-x25519@latest --save ```DIRECT61
canonicalize • 1.0.8JSON canonicalize function DIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
asn1js • 3.0.5asn1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the webINDIRECT3
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
ISC2
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
delimit-stream • 0.1.0Push messages from a stream partitioned by the given delimiterINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40transmute%2Fdid-key-ed25519)](https://licenses.dev/npm/%40transmute%2Fdid-key-ed25519)
<a href="https://licenses.dev/npm/%40transmute%2Fdid-key-ed25519">
  <img src="https://licenses.dev/b/npm/%40transmute%2Fdid-key-ed25519" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.1-unstable.42 version:

[![licenses](https://licenses.dev/b/npm/%40transmute%2Fdid-key-ed25519/0.2.1-unstable.42)](https://licenses.dev/npm/%40transmute%2Fdid-key-ed25519/0.2.1-unstable.42)
<a href="https://licenses.dev/npm/%40transmute%2Fdid-key-ed25519/0.2.1-unstable.42">
  <img src="https://licenses.dev/b/npm/%40transmute%2Fdid-key-ed25519/0.2.1-unstable.42" alt="licenses" />
</a>
GitHub