Example #1
0
 public static UIntPtr crypto_box_macbytes()
 {
     return(_is32bits ?
            X86.crypto_box_macbytes() :
            X64.crypto_box_macbytes());
 }