/** * EcKdf is used to indicate the Key Derivation Function (KDF) * applied to derive keying data from a shared secret. * The key derivation function will be used by the EC key agreement schemes. */ export declare enum EcKdf { NULL, SHA1, SHA224, SHA256, SHA384, SHA512 }