1. 23 Oct, 2013 1 commit
  2. 28 Jun, 2013 1 commit
    • Pieter Hintjens's avatar
      Added Z85 support · 70417701
      Pieter Hintjens authored
      The use of binary for CURVE keys is painful; you cannot easily copy
      these in e.g. email, or use them directly in source code. There are
      various encoding possibilities. Base16 and Base64 are not optimal.
      Ascii85 is not safe for source (it generates quotes and escapes).
      
      So, I've designed a new Base85 encoding, Z85, which is safe to use
      in code and elsewhere, and I've modified libzmq to use this where
      it also uses binary keys (in get/setsockopt).
      
      Very simply, if you use a 32-byte value, it's Base256 (binary),
      and if you use a 40-byte value, it's Base85 (Z85).
      
      I've put the Z85 codec into z85_codec.hpp, it's not elegant C++
      but it is minimal and it works. Feel free to rewrap as a real class
      if this annoys you.
      70417701
  3. 09 Apr, 2011 1 commit
  4. 31 Mar, 2011 1 commit
  5. 23 Mar, 2011 1 commit
  6. 15 Oct, 2010 2 commits
  7. 04 Sep, 2010 1 commit
  8. 27 Aug, 2010 1 commit
  9. 04 Jun, 2010 1 commit
  10. 27 May, 2010 1 commit
  11. 15 May, 2010 1 commit
  12. 16 Mar, 2010 1 commit
  13. 12 Mar, 2010 1 commit
  14. 11 Mar, 2010 1 commit
  15. 24 Feb, 2010 2 commits
  16. 16 Feb, 2010 1 commit
  17. 15 Feb, 2010 3 commits
  18. 10 Feb, 2010 1 commit
  19. 05 Jan, 2010 1 commit
  20. 31 Dec, 2009 1 commit
  21. 13 Dec, 2009 1 commit
  22. 07 Dec, 2009 1 commit
  23. 30 Nov, 2009 1 commit
  24. 22 Nov, 2009 1 commit
  25. 05 Oct, 2009 2 commits
  26. 22 Sep, 2009 1 commit
  27. 17 Sep, 2009 1 commit
  28. 16 Sep, 2009 3 commits
  29. 14 Sep, 2009 1 commit
  30. 11 Sep, 2009 1 commit
  31. 10 Sep, 2009 1 commit
  32. 08 Sep, 2009 1 commit
  33. 07 Sep, 2009 1 commit