@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface HashAlgorithmMap

    A map from an algorithm name to a hash of the ciphertext.

    interface HashAlgorithmMap {
        sha256?: string;
    }
    Index

    Properties

    Properties

    sha256?: string

    The sha256 hash ciphertext.