Skip to content
Snippets Groups Projects
  • Jean-Paul Calderone's avatar
    ef809058
    Standardize on cryptonite · ef809058
    Jean-Paul Calderone authored
    This is probably better than pulling in three different crypto libraries for
    each of the difference pieces we need.  It's certainly simpler to figure out
    how to make the pieces play nicely together since we avoid having multiple
    kinds of AES128 key defined, multiple types named IV and PublicKey, and even
    multiple implementations of the same module.
    ef809058
    History
    Standardize on cryptonite
    Jean-Paul Calderone authored
    This is probably better than pulling in three different crypto libraries for
    each of the difference pieces we need.  It's certainly simpler to figure out
    how to make the pieces play nicely together since we avoid having multiple
    kinds of AES128 key defined, multiple types named IV and PublicKey, and even
    multiple implementations of the same module.