From 032efd016b0f63876d687cc54b21d79525e55305 Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Wed, 15 Jan 2025 13:02:50 -0500 Subject: [PATCH] Version 0.12.0 Signed-off-by: Vlad Gheorghiu --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e1aec45..847f7d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,7 +10,7 @@ public_key)` - When operations fail (i.e., `OQS_SUCCESS != 0`) in functions returning non-boolean objects, a `RuntimeError` is now raised, instead of returning 0 -- Bugfix on Linux, `c_int` -> `c_size_t` for buffer sizes +- Bugfix on Linux platforms, `c_int` -> `c_size_t` for buffer sizes - Pyright type checking fixes - Updated examples to use `ML-KEM` and `ML-DSA` as the defaults