예제 #1
0
 public static UIntPtr crypto_aead_chacha20poly1305_abytes()
 {
     return(_is32bits
         ? X86.crypto_aead_chacha20poly1305_abytes()
         : X64.crypto_aead_chacha20poly1305_abytes());
 }