mirror of
https://github.com/logos-storage/nim-bearssl.git
synced 2026-01-04 06:23:08 +00:00
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# bearssl
|
|
|
|
[")](https://travis-ci.org/status-im/nim-bearssl)
|
|
[")](https://ci.appveyor.com/project/nimbus/nim-bearssl)
|
|
[](https://opensource.org/licenses/MIT)
|
|
[](https://opensource.org/licenses/Apache-2.0)
|
|

|
|
|
|
[BearSSL](https://bearssl.org/) wrapper.
|
|
|
|
## Installation
|
|
|
|
You can install the developement version of the library through nimble with the following command
|
|
```
|
|
nimble install https://github.com/status-im/nim-bearssl@#master
|
|
```
|
|
|
|
## License
|
|
|
|
Licensed and distributed under either of
|
|
|
|
* MIT license: [LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT
|
|
|
|
or
|
|
|
|
* Apache License, Version 2.0, ([LICENSE-APACHEv2](LICENSE-APACHEv2) or http://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
at your option. This file may not be copied, modified, or distributed except according to those terms.
|