pub fn argon2( password: &[u8], salt: &[u8], iterations: u32, memory: u32, parallelism: u32, ) -> Result<Vec<u8>, JsError>