8000 Represent signature subpackets in an ordered map · Issue #9 · robur-coop/ocaml-openpgp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Represent signature subpackets in an ordered map #9
Open
@cfcs

Description

@cfcs

We only want one of each signature subpacket per signature, and we need to preserve ordering when parsing in order to compute correct hashes.

An ordered map of some sort would make this easier, and would get rid of the List.filter/List.for_all/List.exists mess. Typed functions to retrieve subpackets of a certain kind would also get rid of a lot of warnings.

TODO find some module that exposes a usable Map module, or write one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0