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