Deprecated
#Crypto
#Development
- Fork the package .
 - Clone the newly forked repository.
 
1git clone https://github.com/<githubusername>/cpp-crypto
- Next, we move into the cloned directory.
 
1cd cpp-crypto
- Build the package using CMake.
 
1mkdir build && cd build2cmake -DUNIT_TEST=ON ..3cmake --build .
- Now we can run the tests to see if everything is running as it should.
 
1./test/ark_cpp_crypto_tests
#ESP32 (PlatformIO)
1pio run -e esp32_tests -d test/ -t upload
            
        Last updated 4 years ago
                                            
    
    Edit Page