From: Cesar_Strauss Date: Sun, 25 Aug 2024 18:37:58 +0000 (+0100) Subject: Choose better powmod long instruction description X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fffc803a9ccdd5202c0c718174400618682ca099;p=libreriscv.git Choose better powmod long instruction description --- diff --git a/crypto_router_asic.mdwn b/crypto_router_asic.mdwn index e9f7a7e3f..115292ea4 100644 --- a/crypto_router_asic.mdwn +++ b/crypto_router_asic.mdwn @@ -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