pub type RecordMap<N> = IndexMap<Field<N>, Record<N, Plaintext<N>>>;
pub struct RecordMap<N> { /* private fields */ }