hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for EVP digest operations.

    interface ISGIEVPDigest {
        Final(): string;
        Process(bytes: ISGROByteArray): string;
        Reinit(): number;
        Setup(digestType: string): number;
        Update(bytes: ISGROByteArray): void;
    }

    Hierarchy (View Summary)

    Index

    Methods