Exemplo n.º 1
0
 public static UIntPtr crypto_generichash_statebytes()
 {
     return(_is32bits ?
            X86.crypto_generichash_statebytes() :
            X64.crypto_generichash_statebytes());
 }