Skip to content
  • Toralf Wittner's avatar
    Const time comparison (#8113) · 236692cf
    Toralf Wittner authored and Marek Kotewicz's avatar Marek Kotewicz committed
    * Use `subtle::slices_equal` for constant time comparison.
    
    Also update the existing version of subtle in `ethcrypto` from
    0.1 to 0.5
    
    * Test specifically for InvalidPassword error.
    236692cf