ledger support for hf 15 (BP+, view tags)

This commit is contained in:
j-berman 2022-06-21 17:45:02 +01:00
parent b6a029f222
commit 04a1e2875d
8 changed files with 94 additions and 12 deletions

View file

@ -165,6 +165,10 @@ namespace hw {
void check8(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted) {
check(msg, info, h, d, 8, crypted);
}
void check1(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted) {
check(msg, info, h, d, 1, crypted);
}
#endif
}