libsignify-rs 0.1.3

OpenBSD-compatible file signing & verification library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ChangeLog
=========

# 0.1.3

- Set no-new-privileges (NNP) bit on Linux, and Android.
- Confine using _landlock_(7) on Linux and Android.
- Confine using _pledge_(2) and _unveil_(2) on OpenBSD.
- Confine using _capsicum_(4) on FreeBSD.
- Set resource limits for confinement on UNIX.
- Port to WASM.

# 0.1.2

- Initial library release extracted from signify-rs.