pub fn write_with_key<P: AsRef<Path>, C: AsRef<[u8]>>(
    path: P,
    key: Key128bit,
    contents: C
) -> Result<()>