mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8288047: Accelerate Poly1305 on x86_64 using AVX512 instructions
Reviewed-by: sviswanathan, vlivanov
This commit is contained in:
parent
cd6a203a3e
commit
f12710e938
32 changed files with 1857 additions and 36 deletions
|
@ -153,6 +153,11 @@ public interface IntegerModuloP {
|
|||
*/
|
||||
void asByteArray(byte[] result);
|
||||
|
||||
/**
|
||||
* Break encapsulation, used for IntrinsicCandidate functions
|
||||
*/
|
||||
long[] getLimbs();
|
||||
|
||||
/**
|
||||
* Compute the multiplicative inverse of this field element.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue