Commit e23963d
committed
rsa: Introduce rsa driver
Add rsa driver based on the implementation in aspeed zephyr sdk.
The patch also add functional test and rsa test data generator.
How to verify driver:
1. You may use the existing test vectors in tests/functional/rsa_test_vec.rs, or
2. Generate fresh vectors by running:
python3 scripts/rsa_test_vec_gen.py > src/tests/functional/rsa_test_vec.rs
3. Build and run the image
Signed-off-by: Steven Lee <steven_lee@aspeedtech.com>1 parent 9331f94 commit e23963d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
0 commit comments