PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

added fixed output size to encodeBigInt #181

Closed mctrivia closed 3 years ago

mctrivia commented 5 years ago

got a bug in a program where the r value was 31 bytes but code expected 32 bytes. this will pad with leading 0s if fixed size is set.

Mavahu commented 3 years ago

Would it be possible to merge this into the master branch?

izaera commented 3 years ago

The project has moved, please read this -> https://github.com/PointyCastle/pointycastle/blob/master/README.md

Mavahu commented 3 years ago

@izaera I have created a new pull request in the new project. Link to the pull request

izaera commented 3 years ago

:+1:

I'm closing this, then.

@stevenroose should we archive this repo, maybe? So that it is set read-only...