mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-27 13:29:00 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew Le Bihan <andy@mcneel.com> Co-authored-by: Bozo <bozo@mcneel.com> Co-authored-by: Bozo the Builder <bozo@mcneel.com> Co-authored-by: croudyj <croudyj@gmail.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: piac <giulio@mcneel.com>
This commit is contained in:
@@ -209,6 +209,11 @@ bool ON_SHA1_Hash::IsZeroDigentOrEmptyContentHash() const
|
||||
return IsZeroDigestOrEmptyContentHash();
|
||||
}
|
||||
|
||||
ON__UINT32 ON_SHA1_Hash::CRC32(ON__UINT32 current_remainder) const
|
||||
{
|
||||
return ON_CRC32(current_remainder, sizeof(m_digest) / sizeof(m_digest[0]), m_digest);
|
||||
}
|
||||
|
||||
|
||||
int ON_SHA1_Hash::Compare(
|
||||
const ON_SHA1_Hash& a,
|
||||
|
||||
Reference in New Issue
Block a user