类:Crypto


🌐 Class: Crypto

调用 require('node:crypto').webcrypto 会返回一个 Crypto 类的实例。Crypto 是一个单例,提供对其余加密 API 的访问。

🌐 Calling require('node:crypto').webcrypto returns an instance of the Crypto class. Crypto is a singleton that provides access to the remainder of the crypto API.