[Commits] [wesnoth/wesnoth] fa5570: Modernize the MD5 hash calculation API

GitHub noreply at github.com
Sun Jul 10 11:17:58 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: fa557023531ac3232fe8d1953652a43b8877d4bf
      https://github.com/wesnoth/wesnoth/commit/fa557023531ac3232fe8d1953652a43b8877d4bf
  Author: Jyrki Vesterinen <sandgtx at gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M src/hash.cpp
    M src/hash.hpp
    M src/md5.cpp
    M src/md5.hpp

  Log Message:
  -----------
  Modernize the MD5 hash calculation API

Return a std::array instead of a raw pointer, and take a const pointer as
an input parameter.


  Commit: 3f97305ba1a144d81bc06f4891df1dc073d5d63a
      https://github.com/wesnoth/wesnoth/commit/3f97305ba1a144d81bc06f4891df1dc073d5d63a
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
    M src/hash.cpp
    M src/hash.hpp
    M src/md5.cpp
    M src/md5.hpp

  Log Message:
  -----------
  Merge pull request #677 from jyrkive/md5-use-std-array

Modernize the MD5 hash calculation API


Compare: https://github.com/wesnoth/wesnoth/compare/c84db15ccf6c...3f97305ba1a1


More information about the Commits mailing list