Small updates to documentation, a few precautionary fixes.

This commit is contained in:
Adam Ierymenko 2013-07-15 09:06:59 -04:00
parent a6f4de8172
commit a793dc2b29
3 changed files with 19 additions and 4 deletions

View file

@ -65,6 +65,7 @@ public:
throw() :
_bytes(0)
{
memset(_key,0,sizeof(_key));
}
EllipticCurveKey(const void *data,unsigned int len)