mirror of
https://github.com/danbulant/jose
synced 2026-05-25 13:01:49 +00:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
const bogusWebCrypto = [
|
|
{ hash: { name: 'SHA-256' }, name: 'HMAC' },
|
|
true,
|
|
['sign'],
|
|
];
|
|
export default bogusWebCrypto;
|