Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove zeroize dependency | pennae | 2022-07-17 | 1 | -8/+1 |
| | | | | | | | | this is not so much a problem as a possible source of false security for the readers. all secret keys we handle are serialized in some form, and those serialization buffers are *not* zeroed out after use. zeroing our raw buffers doesn't help much in that case, using a zero-on-free allocator would be much more helpful. | ||||
* | fix clippy warnings | pennae | 2022-07-17 | 1 | -0/+1 |
| | |||||
* | add test vector for password changes and account reset | pennae | 2022-07-16 | 1 | -1/+48 |
| | | | | | | | these are not "official" test vectors, just an example of what the implementation does currently. since it works with other parts of the ecosystem (most importantly firefox itself) they seem good enough to include. | ||||
* | initial import | pennae | 2022-07-13 | 1 | -0/+408 |