1.0.2 • Published 10 months ago

keyobject-to-cryptokey v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

keyobject-to-cryptokey

Converts KeyObject instances to CryptoKey for use with a given JSON Web Algorithm

import { convert } from "keyobject-to-cryptokey";
let key!: crypto.KeyObject;
let alg!: string;

const cryptoKey = convert(key, alg);
1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago