Skip to content

Conversation

orbitcowboy
Copy link

This fixes following warning from GCC

../hash-library/sha256.cpp: In member function ‘void SHA256::processBlock(const void*)’:
../hash-library/sha256.cpp:110:27: warning: cast from type ‘const void*’ to type ‘uint32_t*’ {aka ‘unsigned int*’} casts away qualifiers [-Wcast-qual]
  110 |   const uint32_t* input = (uint32_t*) data;
      |                           ^~~~~~~~~~~~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant