Skip to content

Commit f2bfd67

Browse files
committed
chore: bump version to 0.0.1a7
FF3-1 engine + strict NIST domain checks (BC-aligned) + FF1 floating-point b-calculation fix where applicable.
1 parent 1c30385 commit f2bfd67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cyphera/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from cyphera.sdk import Cyphera, ALPHABETS
44

55
__all__ = ["FF1", "FF3", "FF31", "Cyphera", "ALPHABETS"]
6-
__version__ = "0.0.1a4"
6+
__version__ = "0.0.1a7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cyphera"
3-
version = "0.0.1a6"
3+
version = "0.0.1a7"
44
description = "Data protection SDK — format-preserving encryption (FF1/FF3), AES-GCM, data masking, and hashing."
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)