aries-askar 0.4.6

Askar cryptographic primitives and secure storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language = "C"
cpp_compat = true

pragma_once = true
autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
include_version = false
usize_is_size_t = true
sort_by = "Name"
after_includes = """

typedef size_t ScanHandle;
typedef size_t StoreHandle;
typedef size_t SessionHandle;
"""

[parse]
parse_deps = true
include = ["ffi-support", "ffi"]