mirror of
https://github.com/redox-os/cryptovec
synced 2026-08-24 08:26:08 +00:00
No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
My changes from the source tree on the Nest are only functions and places where "redox" appears in the source code. |
||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
Cryptovec
Unswappable byte vectors that get cleared on drop (the Rust equivalent of free). On resize (realloc), the former version also gets cleared.
This is used for example to hold keys and sessions in Thrussh.
Contributing
We welcome contributions.
By contributing, you agree to license all your contributions under the Apache 2.0 license.
Moreover, the main platform for contributing is the Nest, which is still at an experimental stage. Therefore, even though we do our best to avoid it, our repository might be reset, causing the patches of all contributors to be merged.