arti/doc
Nick Mathewson b6452b4812 Add a from_hex method for RsaIdentity.
We perform this operation in a bunch of places, and most of them
use hex::decode().  That's not great, since hex::decode() has to do
heap allocation.  This implementation uses hex::decode_to_slice(),
which should be faster.

(In the future we might choose to use one of the faster hex
implementations, but I'm hoping that this change will be sufficient
to get hex decoding out of our profiles.)

Part of #377.
2022-03-04 08:55:34 -05:00
..
Android.md Fix typos 2022-02-10 14:25:56 +02:00
Architecture.md arti-hyper: Upgrade from an example to an "adaptation layer" 2022-03-01 11:53:15 +00:00
CONFIG-NOTES.md Fix typos 2022-02-02 20:18:22 +02:00
Compatibility.md Revise repository-level documentation 2021-06-17 12:18:28 -04:00
Errors.md docs/Errors.md: Say where error type is printed 2022-02-04 14:33:09 +00:00
FAQ.md Update FAQs about status and plans. 2022-02-28 14:22:54 -05:00
Release.md rename *.py scripts to bare name 2022-02-18 11:46:06 +00:00
TROUBLESHOOTING.md TROUBLESHOOTING.md: More information+links about build process. 2022-01-21 10:59:14 -05:00
iOS.md Fix typos 2022-02-02 20:18:22 +02:00
semver_status.md Add a from_hex method for RsaIdentity. 2022-03-04 08:55:34 -05:00