Skip to content

Commit b618d59

Browse files
committed
Update example for ML-DSA
1 parent c59e591 commit b618d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/asymmetric.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ML-DSA
141141
>>> mldsa_pub = MlDsaPublic(mldsa_type)
142142
>>> mldsa_pub.decode_key(pub_key)
143143
>>>
144-
>>> msg = "This is an example message"
144+
>>> msg = b"This is an example message"
145145
>>>
146146
>>> sig = mldsa_priv.sign(msg)
147147
>>>

0 commit comments

Comments
 (0)