aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/poly1305-mips.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* poly1305: mips: compute S on flyRené van Dorst2018-05-311-31/+22
| | | | | | This reduces memory access and the total opaque size. Signed-off-by: René van Dorst <opensource@vdorst.com>
* chacha20poly1305: add mips32 implementationRené van Dorst2018-05-181-0/+426
Signed-off-by: René van Dorst <opensource@vdorst.com>