No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
MggMuggins 13303e89a8 Redox Port State
My changes from the source tree on the Nest are only functions and
places where "redox" appears in the source code.
2018-06-01 23:29:12 -05:00
src Redox Port State 2018-06-01 23:29:12 -05:00
.gitignore Redox Port State 2018-06-01 23:29:12 -05:00
Cargo.toml Redox Port State 2018-06-01 23:29:12 -05:00
README.md Redox Port State 2018-06-01 23:29:12 -05:00

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.