-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Eric Lagergren <[email protected]>
- Loading branch information
1 parent
739a245
commit 712eb17
Showing
4 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# crypto | ||
SpiderOak's Cryptography Libraries | ||
|
||
## Security | ||
|
||
See our [security policy](https://github.com/aranya-project/crypto/security/policy). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# `spideroak-crypto` | ||
|
||
[![Docs][docs-img]][docs-link] | ||
|
||
SpiderOak's cryptography library. | ||
|
||
## Usage | ||
|
||
This is a low-level cryptography library and can very easily be | ||
misued. See usage-specific guidance below. | ||
|
||
### Aranya Users | ||
|
||
Unless you are implementing an `Engine`, you should use | ||
[`aranya-crypto`] instead. | ||
|
||
### SpiderOak Employees | ||
|
||
Most projects have their own high-level cryptography APIs. Use | ||
those instead. | ||
|
||
## Security | ||
|
||
See our [security policy]. | ||
|
||
[Aranya Core]: https://github.com/aranya-project/aranya | ||
[Aranya]: https://github.com/aranya-project/aranya | ||
[`aranya-crypto`]: https://crates.io/crates/aranya-crypto | ||
[security policy]: https://github.com/aranya-project/aranya | ||
|
||
[//]: # (badges) | ||
|
||
[docs-img]: https://docs.rs/spideroak-crypto/badge.svg | ||
[docs-link]: https://docs.rs/spideroak-crypto |