From fffc803a9ccdd5202c0c718174400618682ca099 Mon Sep 17 00:00:00 2001 From: Cesar_Strauss Date: Sun, 25 Aug 2024 19:37:58 +0100 Subject: [PATCH] Choose better powmod long instruction description --- crypto_router_asic.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2