libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.55k stars 457 forks source link

docs: fix simple typo, succes -> success #556

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in src/mac/f9/f9_test.c, src/mac/xcbc/xcbc_test.c.

Should read success rather than succes.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md