rsa_verify_hash_ex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int rsa_verify_hash_ex(ubyte* sig, c_ulong siglen, ubyte* hash, c_ulong hashlen, int hash_idx, c_ulong saltlen, int* stat, rsa_key* key)
    version(LTC_MRSA)
    extern (C) nothrow
    int
    rsa_verify_hash_ex
    (
    const ubyte* sig
    ,
    c_ulong siglen
    ,
    const ubyte* hash
    ,
    c_ulong hashlen
    ,,
    c_ulong saltlen
    ,
    int* stat
    ,)
  2. int rsa_verify_hash_ex(ubyte* sig, c_ulong siglen, ubyte* hash, c_ulong hashlen, int padding, int hash_idx, c_ulong saltlen, int* stat, rsa_key* key)

Meta