5 Commits

Author SHA1 Message Date
Brian Smith
7886603cee Use some variant of "ring core" instead of "GFp" as a prefix for everything.
"GFp_" isn't in the code at all anymore.
2021-05-02 22:09:07 -07:00
Brian Smith
4a0e2ffe42 Poly1305: Use size_t consistently. 2020-11-17 10:19:30 -08:00
Peter Reid
986185e521 Port C code supporting poly1305 to Rust.
I agree to license my contributions to each file under the terms given
at the top of each file I changed.
2016-12-02 16:02:58 -10:00
Brian Smith
6c8a344f6c Use the "GFp_" prefix for AES externs. 2016-08-28 17:32:57 -10:00
Brian Smith
80cb8b831f Move openssl/poly1305.h to crypto/poly1305/internal.h.
The header is only needed by poly1305.c and poly1305_test.cc, and the
API is private, so move the header out of the "public" API header
space.
2016-05-29 18:26:12 -10:00