-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: add bip25519 derivation in integration tests #106
Conversation
9fa6ab6
to
319f13c
Compare
a8efd69
to
6d9d597
Compare
e5cdb04
to
3696b87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks pretty good I think - couple minor comments.
Would be great to add a comment at the top of each bip25519
test explaining why the increased RETRIES
is needed?
a6c5e14
to
bf6508a
Compare
press_button right | ||
expected_accept | ||
press_button both | ||
RETRIES=100 expect_apdu_return 210293c6b359964a4332bf1355579d665b753343f7b0a42567978cea1671f7b89f479000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RETRIES=100 expect_apdu_return 210293c6b359964a4332bf1355579d665b753343f7b0a42567978cea1671f7b89f479000 | |
TIMEOUT=100 expect_apdu_return 210293c6b359964a4332bf1355579d665b753343f7b0a42567978cea1671f7b89f479000 |
bf6508a
to
abbff67
Compare
abbff67
to
600881c
Compare
One thing spotted: we derive pk twice in the prompt flow! |
fixes #53