Beispiel #1
0
 // ReSharper disable once InconsistentNaming
 public static UIntPtr crypto_generichash_bytes()
 {
     return(_is32bits ?
            X86.crypto_generichash_bytes() :
            X64.crypto_generichash_bytes());
 }