aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2025-12-10 13:28:46 -0500
committerGitHub <noreply@github.com>2025-12-10 13:28:46 -0500
commit19250b2e4c18a0be33971215a14061962db7080c (patch)
tree5f4fe5aa68b3a1458711d14e62dadd1ead87b3fe
parent64f69f0da15beabb95b0b34302b808330af42302 (diff)
parent7369f3bdda5a90b63ca261d6b8644934f6c5a0cb (diff)
downloadriscv-isa-manual-main.zip
riscv-isa-manual-main.tar.gz
riscv-isa-manual-main.tar.bz2
Merge pull request #2490 from riscv/2489-need-to-escape-one-more-in-vector-cryptoHEADmain
Escape a { character
-rw-r--r--src/vector-crypto.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vector-crypto.adoc b/src/vector-crypto.adoc
index 3429471..10a4ebc 100644
--- a/src/vector-crypto.adoc
+++ b/src/vector-crypto.adoc
@@ -763,7 +763,7 @@ Instructions for accelerating
encryption, decryption, and key-schedule
functions of the SM4 block cipher.
-The SM4 block cipher is specified in _32907-2016: {SM4} Block Cipher Algorithm_
+The SM4 block cipher is specified in _32907-2016: \{SM4} Block Cipher Algorithm_
cite:[gbt:sm4]
There are other various sources available that describe the SM4 block cipher.