kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

SHA1CryptoServiceProvider.SHA1_ComputeHash method should be private #65

Closed kellyethridge closed 3 years ago

kellyethridge commented 4 years ago

The public function SHA1_ComputeHash in SHA1CryptoServiceProvider is an interface implementation and should be Private.