mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
Add new symbols to DLL
This commit is contained in:
parent
54cc101a3d
commit
cc640c7973
@ -2,6 +2,7 @@ LIBRARY oqs
|
||||
EXPORTS
|
||||
OQS_KEM_alg_identifier
|
||||
OQS_KEM_alg_count
|
||||
OQS_KEM_alg_is_enabled
|
||||
OQS_KEM_new
|
||||
OQS_KEM_keypair
|
||||
OQS_KEM_encaps
|
||||
@ -76,6 +77,7 @@ EXPORTS
|
||||
OQS_randombytes_switch_algorithm
|
||||
OQS_SIG_alg_identifier
|
||||
OQS_SIG_alg_count
|
||||
OQS_SIG_alg_is_enabled
|
||||
OQS_SIG_new
|
||||
OQS_SIG_keypair
|
||||
OQS_SIG_sign
|
||||
|
@ -2,6 +2,7 @@ LIBRARY oqs
|
||||
EXPORTS
|
||||
OQS_KEM_alg_identifier
|
||||
OQS_KEM_alg_count
|
||||
OQS_KEM_alg_is_enabled
|
||||
OQS_KEM_new
|
||||
OQS_KEM_keypair
|
||||
OQS_KEM_encaps
|
||||
@ -44,6 +45,7 @@ EXPORTS
|
||||
OQS_randombytes_switch_algorithm
|
||||
OQS_SIG_alg_identifier
|
||||
OQS_SIG_alg_count
|
||||
OQS_SIG_alg_is_enabled
|
||||
OQS_SIG_new
|
||||
OQS_SIG_keypair
|
||||
OQS_SIG_sign
|
||||
|
Loading…
x
Reference in New Issue
Block a user