| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some rustdoc errors. | Nick Mathewson | 2022-10-13 | 1 | -1/+1 |
| | | | | | | | In addition to the usual "You named that method wrong!" errors, we have a new rustdoc error that complains about bogus "HTML tags" that are actually unquoted usage of types like `Result<Foo>`. | ||||
| * | New SecretBuf type in tor-bytes | Nick Mathewson | 2022-08-01 | 1 | -0/+123 |
| This Writer is a simple wrapper around `Vec<u8>` that makes sure that its contents are cleared whenever they are dropped _or reallocated_. The reallocation is the important part here: without that, we risk not zeroizing the first allocation of the buffer. | |||||
