argon2-sys 0.1.0

Bindings to the argon2 C reference implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# argon2-sys

[![crates.io link][cratesio-badge]][cratesio-crate] [![docs.rs link][docsrs-badge]][docsrs-crate]

Bindings to the `argon2` C reference implementation.

See the [API docs][docsrs-crate] for more information on how to use the library.

## License

`argon2-sys` is distributed under the terms of the Apache license v2.0. See [LICENSE](LICENSE) for details.

[cratesio-crate]: https://crates.io/crates/argon2-sys
[cratesio-badge]: https://img.shields.io/crates/v/argon2-sys
[docsrs-crate]: https://docs.rs/argon2-sys
[docsrs-badge]: https://docs.rs/argon2-sys/badge.svg