从官方文档(http://www.faqs.org/rfcs/rfc3174.html)中提取的c代码,包装成c++ CSha1类,使用方法,CSha1 sha1;sha1.Reset();sha1.Update();sha1.Result();sha1.ToString();