rsa-oaep-encryption
    Preparing search index...

    Variable sha384Const

    sha384: HashAlgorithmCreator = ...

    SHA-384 algorithm creator.

    import { sha384 } from 'rsa-oaep-encryption';

    const hash = sha384.create();
    hash.update('Hello, World!');
    const digest = hash.digest();
    console.log(digest.toHex());
    // "5485cc9b3365b4305dfb4e8c6a5c6eb8b8c08e9cd3d0e3c5f2b8c7c8d..."