Releases: NOLAI/libpep
Releases · NOLAI/libpep
v0.6.6
v0.6.5
WASM transcryption
v0.6.4
Allow serde serialization of secret keys
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Add the ability to dump a PEP client's session keys and restore them.
Full Changelog: v0.6.2...v0.6.3
v0.6.2
Properly serialize high level Encrypted data points and pseudonyms (without value wrapper).
Full Changelog: v0.6.1...v0.6.2
v0.6.1
Fixed ElGamal ciphertext serialization as base64 strings.
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Breaking changes:
- using the term
PseudonymizationDomain
instead ofPseudonymizationContext
for clarity and compatibility with newly published Guidelines of Pseudonymization by the European Data Protection Board. We currently usedomain_from
,domain_to
,session_from
andsession_to
at most places. - Transcrypting from and to a global encryption context (a.k.a. session) does not have separate functions anymore, but the existing functions to create
TranscryptionInfo
now takeOptional
parameters forsession_from
andsession_to
v0.5.2
Add documentation
v0.5.1
**Breaking changes: **
- None
**Non-breaking changes: **
- Added missing libpep_bg.js in pkg folder
v0.5.0
**Breaking changes: **
- Rewrote all
to_hex
,to_bytes
andto_base64
s toas_hex
,as_bytes
andas_base64
s - Some functions dont take
self
anymore but&self
or vice-versa
**Non-breaking changes: **
- Fixed building libpep-wasm for both node and web
- Added setup commands
- A lot of chores