Skip to content
Snippets Groups Projects
  1. Jul 15, 2015
  2. Jul 01, 2015
  3. Jun 30, 2015
  4. Jun 08, 2015
  5. Jun 07, 2015
  6. Jun 01, 2015
  7. May 25, 2015
  8. Apr 28, 2015
    • Marek Vavruša's avatar
      contrib: created 'contrib' directory with ccan/isaac as csprng · dbca2316
      Marek Vavruša authored
      previously cryptolib random function was used to generate message id,
      this works well but it is slow especially when the entropy is low,
      replaced with cryptographically safe prng ISAAC
      
      the ccan directory is going to be used in the future, as it's include
      structure makes it easy to embed C snippets instead of reimplementing
      them
      dbca2316