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
_Generating the C header:_

Install [cbindgen](https://github.com/eqrion/cbindgen/):

```sh
cargo install cbindgen
```

From the root directory, generate the header file:

```sh
cbindgen --config include/cbindgen.toml --output include/libaries_askar.h
```

Note that a few types are currently defined manually, such as `ByteBuffer`, because of limitations in the binding generator.