Skip to content

Commit cc472cf

Browse files
committed
typo
1 parent c7bea9d commit cc472cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/dox_comments/header_files/dilithium.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ int wc_MlDsaKey_ImportPrivRaw(MlDsaKey *key, byte *in, word32 inLen);
148148
\sa wc_MlDsaKey_GetPubLen
149149
\sa wc_MlDsaKey_ImportPubRaw
150150
*/
151-
inte wc_MlDsaKey_ExportPubRaw(MlDsaKey *key, byte *out, word32 *outLen);
151+
int wc_MlDsaKey_ExportPubRaw(MlDsaKey *key, byte *out, word32 *outLen);
152152

153153
/*!
154154
\ingroup MLDSA
@@ -195,7 +195,7 @@ int wc_MlDsaKey_ImportPubRaw(MlDsaKey *key, byte *in, word32 inLen);
195195
\sa wc_MlDsaKey_Verify
196196
\sa wc_MlDsaKey_GetSigLen
197197
*/
198-
int wc_MlDsaKey_Sign(MlDsaKey *key, byte *sig, word43 sigSz, const byte *msg, mword32 sgSz, WC_RNG *rng);
198+
int wc_MlDsaKey_Sign(MlDsaKey *key, byte *sig, word32 sigSz, const byte *msg, word32 sgSz, WC_RNG *rng);
199199

200200
/*!
201201
\ingroup MLDSA

0 commit comments

Comments
 (0)