pub fn v2_create(
master: &MasterSecret,
entries: &[(String, Zeroizing<Vec<u8>>)],
) -> Result<Vec<u8>, VaultError>Expand description
Build a fresh v2 file from scratch (empty vault creation, migration,
rekey). entries need not be sorted; names are validated.