eagleas / webmoney

Interface library for WebMoney Transfer payment system. Gem.
http://www.wmtransfer.com
44 stars 31 forks source link

fix sign length #28

Open C0nstantin opened 4 years ago

C0nstantin commented 4 years ago

in some cases signer create sign with length = 128 but sign must be 132, its happens due to the loss of one zero byte , if the length module(@key[:n]) is odd. its feature for some kwm files, one of 10000.this pull request fix this case.