Commit db7d6cd
Change 'try_sign' to pub in ED25519 module (#832)
* Make 'try_sign' pub in ED25519
- to allow users to sign using ed25519 without risking a
panic, try_sign is made pub again.
Signed-of-by: Elena Gantner <[email protected]>
* Update aws-lc-rs/src/ed25519.rs
Add a note that try_sign should also not be used for FIPS.
* Fix clippy; update external test to use try_sign
---------
Co-authored-by: Andrew Hopkins <[email protected]>
Co-authored-by: Justin Smith <[email protected]>1 parent f0a6350 commit db7d6cd
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
405 | 412 | | |
406 | | - | |
| 413 | + | |
407 | 414 | | |
408 | 415 | | |
409 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments