microsoft / security-utilities

Security utilities for key generation, string redaction, etc.
MIT License
24 stars 9 forks source link

Generate and validation Common Annotated Key in Rust #18

Closed suvamM closed 4 months ago

suvamM commented 4 months ago

This PR adds the following Rust functionality, in order to support generating and validating common annotated keys:

  1. An HIS v1 seed generator.
  2. A common annotated key generator.
  3. A validator to check if a given string is a common annotated key.
  4. Unit tests for these functions.