https://github.com/trussed-dev/trussed-rsa-backend
Trussed backend adding support for the RSA algorithm using an allocator
https://github.com/trussed-dev/trussed-rsa-backend
Last synced: 3 months ago
JSON representation
Trussed backend adding support for the RSA algorithm using an allocator
- Host: GitHub
- URL: https://github.com/trussed-dev/trussed-rsa-backend
- Owner: trussed-dev
- Created: 2023-02-06T13:51:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-23T14:18:04.000Z (3 months ago)
- Last Synced: 2026-03-24T11:17:46.087Z (3 months ago)
- Language: Rust
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
# trussed-rsa-alloc
`trussed-rsa-alloc` is an extension and custom backend for [Trussed][] that provides an RSA implementation.
It uses the [rsa][] crate a therefore requires an allocator
[Trussed]: https://github.com/trussed-dev/trussed
[rsa]: https://crates.io/crates/rsa
## License
This project is dual-licensed under the [Apache-2.0][] and [MIT][] licenses.
Configuration files and examples are licensed under the [CC0 1.0
license][CC0-1.0]. For more information, see the license header in each file.
You can find a copy of the license texts in the [`LICENSES`](./LICENSES)
directory.
[Apache-2.0]: https://opensource.org/licenses/Apache-2.0
[MIT]: https://opensource.org/licenses/MIT
[CC0-1.0]: https://creativecommons.org/publicdomain/zero/1.0/
This project complies with [version 3.0 of the REUSE specification][reuse].
[reuse]: https://reuse.software/practices/3.0/