March 30, 2013
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: fa98c6cff57bdf7099cf0c75ac7e311ef90c8bfc
      https://github.com/D-Programming-Language/phobos/commit/fa98c6cff57bdf7099cf0c75ac7e311ef90c8bfc
  Author: kai <kai@redstar.de>
  Date:   2013-03-30 (Sat, 30 Mar 2013)

  Changed paths:
    M std/digest/ripemd.d

  Log Message:
  -----------
  Fix big endian version of ripemd.

The upper bound of the array index is obviously wrong.


  Commit: 0a7884102018a93c3c733ab9724382a95de468e8
      https://github.com/D-Programming-Language/phobos/commit/0a7884102018a93c3c733ab9724382a95de468e8
  Author: Alex Rønne Petersen <alex@alexrp.com>
  Date:   2013-03-30 (Sat, 30 Mar 2013)

  Changed paths:
    M std/digest/ripemd.d

  Log Message:
  -----------
  Merge pull request #1234 from redstar/beripe

Fix big endian version of ripemd.


Compare: https://github.com/D-Programming-Language/phobos/compare/90f331a5ca76...0a7884102018