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