The crypto module provides access to common cryptographic algorithms.
crypto
Example:
import * as ccfcrypto from '@microsoft/ccf-app/crypto.js';const key = ccfcrypto.generateAesKey(128); Copy
import * as ccfcrypto from '@microsoft/ccf-app/crypto.js';const key = ccfcrypto.generateAesKey(128);
The
crypto
module provides access to common cryptographic algorithms.Example: