Skip to content

Implementation of OpenJDK's BigInteger.SquareToLen using POWER8 assembly. Used for RSA cryptography algorithm.

Notifications You must be signed in to change notification settings

PPC64/squaretolen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squaretolen

Implementation of OpenJDK's BigInteger.SquareToLen using POWER8 assembly. Used for RSA cryptography algorithm.

At the moment only general purpose registers are being used. SIMD approach (using VSX) is being analysed.

For that purpose, this implementation yields the same performance as plain C code: Compare Results

About

Implementation of OpenJDK's BigInteger.SquareToLen using POWER8 assembly. Used for RSA cryptography algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published