add .verify() for one-stop verification of a buffer against a hash#5
add .verify() for one-stop verification of a buffer against a hash#5candeira wants to merge 1 commit into
Conversation
|
@candeira try |
|
@diasdavid I tried, but |
|
@candeira you are right, forgot about that step :) |
|
+1 for |
|
Hi @candeira, seems that this module has changed a ton since your PR, could you rebase it on top of current master? Thank you! |
|
ping @candeira |
|
@candeira still interested in pushing this PR? |
|
@diasdavid is the idea of implementing the |
Rationale: .verify() will likely be the most frequent operation, so it should be a shared utility function, not something endlessly reimplemented.
There are tests (they pass) and the library is lint clean. However, I didn't run a zuul test because I didn't have credentials.