Choose better powmod long instruction description
authorCesar_Strauss <Cesar_Strauss@web>
Sun, 25 Aug 2024 18:37:58 +0000 (19:37 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 25 Aug 2024 18:37:58 +0000 (19:37 +0100)
crypto_router_asic.mdwn

index e9f7a7e3f5468f0eb16981968f5e47ba9f460e02..115292ea4e963ffabc8126d034bb323df41276e5 100644 (file)
@@ -87,7 +87,7 @@ happen to also help accelerate cryptographic algorithms**
 
 * [Big integer multiplication](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/test/bigint/powmod.py;h=7fc794685bebb1f3c2451c64da041a0e81143e29;hb=HEAD#l29)
 * [Big integer division/modulus](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/test/bigint/powmod.py;h=7fc794685bebb1f3c2451c64da041a0e81143e29;hb=HEAD#l131)
-* [Big integer modular power operation](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/test/bigint/powmod.py;h=7fc794685bebb1f3c2451c64da041a0e81143e29;hb=HEAD#l991)
+* [Big integer modular exponentiation](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/test/bigint/powmod.py;h=7fc794685bebb1f3c2451c64da041a0e81143e29;hb=HEAD#l991)
 
 To test the above assembly algorithms in the ISA simulator,
 [install the developer environment](/HDL_workflow/devscripts), go to the