2
0

Move mpw_identicon into mpw-algorithm.h & define colors.

This commit is contained in:
Maarten Billemont
2018-03-24 12:46:43 -04:00
parent 138be9d14c
commit c0107fb90e
4 changed files with 55 additions and 41 deletions

View File

@@ -66,4 +66,7 @@ const char *mpw_siteState(
const MPResultType resultType, const char *resultParam,
const MPAlgorithmVersion algorithmVersion);
/** @return A fingerprint for a user. */
MPIdenticon mpw_identicon(const char *fullName, const char *masterPassword);
#endif // _MPW_ALGORITHM_H