Add support for signed=True in jeb_utils.utils.int_to_bytes

This commit is contained in:
2026-04-02 13:39:26 +02:00
parent cee1fb2758
commit 2395691e5c
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "jeb-utils"
version = "0.2.3"
version = "0.2.4"
description = "Common utils for JEB client and server."
dependencies = ["cryptography"]
license = "Apache-2.0"