Updated changelog
This commit is contained in:
parent
ded3e54221
commit
7e4a15e9dc
@ -26,9 +26,6 @@
|
|||||||
return std::string((const char*) result, (size_t) digestLength); \
|
return std::string((const char*) result, (size_t) digestLength); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
inline void name(const char* input, size_t length, uint8_t(& result)[digestLength]) { \
|
|
||||||
tomcrypt::name(input, length, result); \
|
|
||||||
} \
|
|
||||||
\
|
\
|
||||||
inline void name(const char* input, size_t length, uint8_t* result) { \
|
inline void name(const char* input, size_t length, uint8_t* result) { \
|
||||||
tomcrypt::name(input, length, result); \
|
tomcrypt::name(input, length, result); \
|
||||||
@ -49,10 +46,6 @@
|
|||||||
return name(std::string(input, (size_t) length)); \
|
return name(std::string(input, (size_t) length)); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
inline void name(const char* input, size_t length, uint8_t(& result)[digestLength]) { \
|
|
||||||
method((u_char*) input, length, result); \
|
|
||||||
}\
|
|
||||||
\
|
|
||||||
inline void name(const char* input, size_t length, uint8_t* result) { \
|
inline void name(const char* input, size_t length, uint8_t* result) { \
|
||||||
method((u_char*) input, length, result); \
|
method((u_char*) input, length, result); \
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user