Skip to content
  1. May 09, 2011
  2. Feb 03, 2011
  3. Nov 29, 2010
    • Nathan Froyd's avatar
      fix issues with SBCL, 32-bit platforms, and SHA512 · 935d72f8
      Nathan Froyd authored
      We were attempting to bit-bash (SIMPLE-ARRAY (UNSIGNED-BYTE 64) (*)) on
      32-bit platforms, and that doesn't work so well.  Rework the test for
      using bit-bashing to avoid this situation.
      # Please enter the commit message for your changes. Lines starting
      # with '#' will be ignored, and an empty message aborts the commit.
      # On branch mdx-digest-superclass
      # Changes to be committed:
      #   (use "git reset HEAD <file>..." to unstage)
      #
      #	modified:   src/digests/digest.lisp
      #
      935d72f8
  4. Sep 11, 2010
  5. Sep 10, 2010
  6. Jun 18, 2010
  7. Apr 20, 2010
  8. Apr 17, 2010
  9. Mar 27, 2010
  10. Mar 18, 2010
  11. Mar 05, 2010
  12. Feb 28, 2010
  13. Jan 07, 2010
  14. Nov 24, 2009
  15. Nov 15, 2009
    • Nathan Froyd's avatar
      move MASSAGE-SYMBOL to a common place · d57e9fe4
      Nathan Froyd authored
      Turns out ciphers--via (SETF %FIND-CIPHER)--and digests need it.  The
      new directory structure hid that, and it must have worked by accident
      earlier due to ASDF's dependency traversal.  Tidy up some dependencies
      while we're at it.
      d57e9fe4