deno.land / std@0.167.0 / node / internal_binding / crypto.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.// Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.
import { notImplemented } from "../_utils.ts";
export { timingSafeEqual } from "./_timingSafeEqual.ts";
export function getFipsCrypto(): boolean { notImplemented("crypto.getFipsCrypto");}
export function setFipsCrypto(_fips: boolean) { notImplemented("crypto.setFipsCrypto");}
std

Version Info

Tagged at
a year ago