@transmute/x25519-key-pair
TypeScript icon, indicating that this package has built-in type declarations

0.7.0-unstable.82 • Public • Published

@transmute/x25519-key-pair

npm i @transmute/x25519-key-pair@latest --save
import { X25519KeyPair } from '@transmute/x25519-key-pair';
const k = await X25519KeyPair.generate({
  secureRandom: () => {
    return Buffer.from(
      '4e61bc1918ea6a47ae3307331be7798196a1a8e7cfe4b6e8f7c9a5f36017d929',
      'hex'
    );
  },
});
const s = await k.deriveSecret({
  publicKey: await k.export({ type: 'JsonWebKey2020', privateKey: false }),
});

Readme

Keywords

none

Package Sidebar

Install

npm i @transmute/x25519-key-pair

Weekly Downloads

6,364

Version

0.7.0-unstable.82

License

Apache-2.0

Unpacked Size

336 kB

Total Files

45

Last publish

Collaborators

  • ipbyrne
  • or13
  • transmute-ci