コード例 #1
0
 public static UIntPtr crypto_generichash_bytes_max()
 {
     return(_is32bits
         ? X86.crypto_generichash_bytes_max()
         : X64.crypto_generichash_bytes_max());
 }