move key blinding code from LeaseSet.cpp to Blinding.cpp

This commit is contained in:
orignal 2019-05-14 11:42:25 -04:00
parent 5299ac35a6
commit 39400fd381
5 changed files with 203 additions and 173 deletions

View file

@ -81,6 +81,7 @@ set (LIBI2PD_SRC
"${LIBI2PD_SRC_DIR}/Poly1305.cpp"
"${LIBI2PD_SRC_DIR}/Ed25519.cpp"
"${LIBI2PD_SRC_DIR}/NTCP2.cpp"
"${LIBI2PD_SRC_DIR}/Blinding.cpp"
)
if (WITH_WEBSOCKETS)