Skip to content
Snippets Groups Projects
  • John Ericson's avatar
    450dcf2c
    Remove `HashType::Unknown` · 450dcf2c
    John Ericson authored
    Instead, `Hash` uses `std::optional<HashType>`. In the future, we may
    also make `Hash` itself require a known hash type, encoraging people to
    use `std::optional<Hash>` instead.
    450dcf2c
    History
    Remove `HashType::Unknown`
    John Ericson authored
    Instead, `Hash` uses `std::optional<HashType>`. In the future, we may
    also make `Hash` itself require a known hash type, encoraging people to
    use `std::optional<Hash>` instead.