Skip to content
  1. Dec 19, 2018
  2. Nov 09, 2018
  3. Nov 07, 2018
  4. Nov 06, 2018
  5. Nov 04, 2018
  6. Nov 03, 2018
  7. Oct 28, 2018
  8. Sep 21, 2018
  9. Sep 14, 2018
  10. Sep 11, 2018
  11. Sep 04, 2018
  12. Aug 31, 2018
    • Andrew Poelstra's avatar
      Merge pull request #64 from mpapierski/63-big-endian · 0fe06e9b
      Andrew Poelstra authored
      Use correct flag on big endian machines.
      0fe06e9b
    • Michał Papierski's avatar
      Use correct flag on big endian machines. · 3b86de9b
      Michał Papierski authored
      This will fix `tests::sign` test case on mips/mips64. Verified with
      `cross`[1] tool.
      
          cross test --target mips-unknown-linux-gnu
          cross test --target mips64el-unknown-linux-gnuabi64
      
      Unfortunately this fix doesn't make `tests::test_debug_output` test case
      pass, but this is about debug output so its not as critical as this
      patch. See #63 for a discussion.
      
      [1]: https://github.com/japaric/rust-cross
      3b86de9b
  13. Aug 22, 2018
  14. Aug 21, 2018
  15. Aug 20, 2018
  16. Aug 15, 2018