You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
Thanks for reporting. I'm able to reproduce this. It seems partially related to trailing zeros as I just tested that string with a base of 4 and got the same issue. I'm also able to reproduce it with various base2 strings but not all.
Description of Issue:
Plaintext is not equal to Original
Steps to Reproduce:
Follow Example Usage in main.go. Just replace original := "11111010", radix = 2, maxTlen=128
###Output
Original: 11111010
Ciphertext: 1110011
Plaintext: 1011011
If applicable, mention which version(s) of Go you are able to reproduce this on, along with
go env
output.go version go1.9.2 windows/amd64
What did you expect to see?
Expect:
Plaintext=Original=11111010
The text was updated successfully, but these errors were encountered: