0.1.30 ā€¢ Published 2 years ago

@transmute/xmss v0.1.30

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@transmute/xmss

CI CD

Requesting Assistance

šŸš§ This is very experimental. Not for production use.

npm i @transmute/xmss --save

Based on danielhavir/go-xmss

Usage

import { generate, sign, verify } from "@transmute/xmss";

const message = Buffer.from("hello");
const signature = "AAAAACf...qRWhlbGxv";
const jwk = await generate();
// const jwk = {
//   kty: 'PQK',
//   alg: 'xmss.SHA2_10_256',
//   x: 'xZppyqOqWrydjvrxgOdpg-ORa8Y1IIsni32luKKn-fNP8oe1hznHgVU9UE5_KE1F9s4qDbbsqHGMxJfmW4Ca_g',
//   d: 'AA..._nz',
// };
const signature = await sign(message, jwk);
const verified = await verify(message, signature, jwk);

Related Work

Standards

Community Drafts

Powered By

0.1.30

2 years ago

0.1.29

2 years ago

0.1.28

2 years ago

0.1.27

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago