LibTomCrypt 1.12 is out



I've tested v1.12 on my various 32/64 bit boxes and found it to pass
all regression testing.

- v1.12 sports fixes to the ASN.1 OID and INTEGER encoder to follow the
2002 specs [X.690] properly. Also added the BOOLEAN type.

- I've fixed up various problems with the GMP headers/defines.

- Added calling convention support to the X macros

- Added the Fixed Point ECC multiplication algorithm (see src/math/fp/)

It's available up at http://libtomcrypt.com.

For those not in the know: LibTomCrypt is a public domain
cryptographic toolkit written in C that provides support for ciphers,
hashes, macs, prngs and PK algorithms. It's designed to be highly
portable, configurable and competitively efficient. The project is
public domain and as such is free for all purposes.

Tom

.