-
Notifications
You must be signed in to change notification settings - Fork 33
refactor(picky-asn1-der): remove num-bigint-dig
#427
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
Conversation
It was used in tests only.
| } | ||
|
|
||
| #[test] | ||
| fn small_integer_negative() { |
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.
Unfortunately, there is no logic of to_signed_bytes_be from a big Int present in crypto-bigint, so I tried to work around it, but it didn't work. So, I had to choose only this option.
| } | ||
|
|
||
| #[test] | ||
| fn application_tag0() { |
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.
| ] | ||
|
|
||
| [[package]] | ||
| name = "num-bigint-dig" |
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.
Bye, bye 👋
CBenoit
left a comment
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.
🧹
It was used in tests only.