2019-10-07 17:57:40 +00:00
|
|
|
## Nim-BearSSL
|
2019-09-30 18:23:06 +00:00
|
|
|
## Copyright (c) 2018 Status Research & Development GmbH
|
|
|
|
## Licensed under either of
|
|
|
|
## * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
|
|
|
|
## * MIT license ([LICENSE-MIT](LICENSE-MIT))
|
|
|
|
## at your option.
|
|
|
|
## This file may not be copied, modified, or distributed except according to
|
|
|
|
## those terms.
|
2019-10-07 17:57:40 +00:00
|
|
|
import bearssl/[decls, errors]
|
|
|
|
export decls, errors
|