Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.08 KB

N|Solid

Platform

Safehaven platform code (core)

  Source code will be uploaded shortly

N|Solid

N|Solid

N|Solid

N|Solid

Demo implementations (at own risk)

As often with crypto libraries, there is a lot of ssss implementations around that does not meet cryptographic standards (a.k.a. is insecure). Some details—like integrity checks and side-channel resistance—are often forgotten. But these slip-ups can often fully compromise the security of the scheme.

  # Some improvements that needs to be implemented:
  Be side channel resistant (timing, branch, cache)
  Secure the shared secret with a MAC
  Use the platform (OS) randomness source