🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More
Socket
Sign inDemoInstall
Socket

@digitalbazaar/ed25519-multikey

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalbazaar/ed25519-multikey - npm Package Versions

1.3.1

Diff
dlongley
published 1.3.1 •

Changelog

Source

1.3.1 - 2025-01-26

Fixed

  • Fix canonicalized raw secret key export length.
dlongley
published 1.3.0 •

Changelog

Source

1.3.0 - 2024-10-02

Added

  • Include id and controller properties when importing key types of JsonWebKey or JsonWebKey2020.
dlongley
published 1.2.0 •

Changelog

Source

1.2.0 - 2024-08-20

Added

  • Allow 32-byte or 64-byte secret key values. The actual secret part of the secret key is the first 32 bytes, but some implementations concatenate the public key (an additional 32 bytes) onto the "secret key bytes"; this feature allows either to be used.
dlongley
published 1.1.0 •

Changelog

Source

1.1.0 - 2024-03-17

Added

  • Enable loading keys from publicKeyJwk via from() and converting to/from JWK.

Fixed

  • Allow @context array values in multikeys.
dlongley
published 1.0.2 •

Changelog

Source

1.0.2 - 2024-01-25

Fixed

  • Do not export undefined fields for secretKeyMultibase and revoked when they are not present.
dlongley
published 1.0.1 •

Changelog

Source

1.0.1 - 2023-04-14

Fixed

  • Update .from() method to not modify key input.
gannan
published 1.0.0 •

Changelog

Source

1.0.0 - 2022-09-08

Added

  • Initial version.