pub fn pbkdf2_hmac_array<D, const N: usize>(
password: &[u8],
salt: &[u8],
rounds: u32,
) -> [u8; N]where
D: CoreProxy,
D::Core: Sync + HashMarker + UpdateCore + FixedOutputCore + BufferKindUser<BufferKind = Eager> + Default + Clone,
<D::Core as BlockSizeUser>::BlockSize: IsLess<U256>,
Le<<D::Core as BlockSizeUser>::BlockSize, U256>: NonZero,