selftest: Expose in public API

This commit is contained in:
Tim Ruffing
2022-07-15 12:48:24 +02:00
parent e383fbfa66
commit e02d6862bd
4 changed files with 39 additions and 4 deletions

View File

@@ -13,6 +13,9 @@ Each change falls into one of the following categories: Added, Changed, Deprecat
- Deprecated context flags `SECP256K1_CONTEXT_VERIFY` and `SECP256K1_CONTEXT_SIGN`. Use `SECP256K1_CONTEXT_NONE` instead.
- Renamed `secp256k1_context_no_precomp` to `secp256k1_context_static`.
### Added
- Added `secp256k1_selftest`, to be used in conjunction with `secp256k1_context_static`.
## [MAJOR.MINOR.PATCH] - YYYY-MM-DD
### Added/Changed/Deprecated/Removed/Fixed/Security