Changeset f626f58 in terepaima for signHash/signHash.pro


Ignore:
Timestamp:
Jun 5, 2017, 1:22:15 PM (7 years ago)
Author:
Antonio Araujo <aaraujo@…>
Branches:
master
Children:
ce57b45
Parents:
0f7c727
Message:

Modificaciones en el proyecto de prueba de concepto para firmar un hash recibido de murachi en un programa en C++. Revisar la función std::vector<unsigned char> signHash(QString hashToSign, QString pin, QString label);

File:
1 edited

Legend:

Unmodified
Added
Removed
  • signHash/signHash.pro

    r0f7c727 rf626f58  
    1010
    1111TARGET = signHash
    12 CONFIG   += console
     12CONFIG   += console\
     13            c++11
    1314CONFIG   -= app_bundle
    1415
     
    1617
    1718HEADERS += \
    18     cryptotoken.h
     19    cryptotoken.h \
     20    binaryutils.h
    1921
    2022SOURCES +=  main.cpp \
    21     cryptotoken.cpp
     23    cryptotoken.cpp \
     24    binaryutils.cpp
    2225
    2326
Note: See TracChangeset for help on using the changeset viewer.