crypter 0.3.1

A AES-GCM 256 encryption and decryption library.
Documentation
1
2
3
4
5
6
7
8
9
10
language = "C"
pragma_once = true
sys_includes = ["stdint.h"]
no_includes = true

[export]
exclude = ["DEFAULT_CHUNK"]

[defines]
"feature = argon" = "CRYTER_ARGON"