good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 27, 2015
  2. Jan 23, 2015
  3. Jan 22, 2015
  4. Jan 21, 2015
  5. Jan 20, 2015
  6. Jan 19, 2015
  7. Jan 18, 2015
  8. Jan 16, 2015
  9. Jan 15, 2015
    • Felix Lange's avatar
      rlp: allow encoding non-empty interface values · fc92abec
      Felix Lange authored
      This needs to be supported because []someInterface does occur sometimes.
      
      Funny enough, the fix involves changes to the decoder. makeDecoder
      cannot return an error for non-empty interfaces anymore because the type
      cache builds both decoder and writer. Do the check at 'runtime' instead.
      fc92abec
    • Jeffrey Wilcke's avatar
      Merge pull request #257 from fjl/rlp-encoder · 52bb1495
      Jeffrey Wilcke authored
      rlp: add functions for encoding
      52bb1495
    • Gustav Simonsson's avatar
      Update code comments · 9caf32be
      Gustav Simonsson authored
      9caf32be
    • Gustav Simonsson's avatar
      Address pull request comments · 47d3b3dd
      Gustav Simonsson authored
      * Remove flags field from key struct
      * Change JSON struct fields from string to []byte
      * Change GenerateNewKey API to take io.Reader for random source
      * Remove mixing entropy source function
      * Use testing Fatal in tests
      47d3b3dd
    • Gustav Simonsson's avatar
      Address pull request comments · a1c27493
      Gustav Simonsson authored
      * Simplify scrypt constants with const block
      * Add key store constructors and make their types private
      * Simplify key store and file namings to be less Java Enterprise™
      * Change test error logging to use t.Error(err)
      * Reduce number of naked returns (just like my ex-gf)
      * Simplify file reading path code
      a1c27493
Loading