Releases: rafael-santiago/boojum
Releases · rafael-santiago/boojum
vx20220001
vx20220001
Added support for two more platforms.
Features
- Support for NetBSD.
- Support for OpenBSD.
Bugfixes
- None! 🥇
vx20220000
vx20220000
First library version. Support focused on FreeBSD
, Windows
and Linux
.
Features
- Memory masking done by using the system's
CSPRNG
by deriving it by usingHKDF/SHA3-512
. - Memory masking update time
customizable
. - Main general memory function handling available:
Alloc
;Realloc
;Set
;Get
;Free
;
- Timed get function. It can get the sensitive plain data and after
n msecs
wipe it out.
Bugfixes
- None. 🥇