encryptogroup / ABY

ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
GNU Lesser General Public License v3.0
463 stars 132 forks source link

use std::filesystem instead of fileops from utils #66

Closed lenerd closed 6 years ago

lenerd commented 6 years ago

The file operations from the ENCRYPTO_utils fileops.h are replaced by their counterparts from the C++17's std::filesystem library.

Note: The surrounding code still contains bugs. For example m_nFilePos is declared unsigned and assigned a value of -1.