Esempio n. 1
0
 public static int crypto_generichash_final(
     void * /* crypto_generichash_state */ state,
     byte * @out,
     UIntPtr outlen)
 {
     return(_is32bits ?
            X86.crypto_generichash_final(state, @out, outlen) :
            X64.crypto_generichash_final(state, @out, outlen));
 }