Skip to content

Commit

Permalink
Version 10 pre-hash added
Browse files Browse the repository at this point in the history
  • Loading branch information
feventura committed Oct 12, 2023
1 parent 4716eae commit b6f8886
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 112 deletions.
5 changes: 5 additions & 0 deletions oqsprov/oqs_prov.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ struct SignatureModel{

typedef struct SignatureModel CompositeSignature;

char *get_oqsname_fromtls(char *tlsname);
char *get_oqsname(int nid);
char* get_cmpname(int nid, int index);
int get_oqsalg_idx(int nid);

/* Register given NID with tlsname in OSSL3 registry */
int oqs_set_nid(char *tlsname, int nid);

Expand Down
Loading

0 comments on commit b6f8886

Please sign in to comment.