fadedblack opened a new pull request, #422:
URL: https://github.com/apache/commons-codec/pull/422

   This PR addresses an new implementation of Base58 as mentioned in the 
https://issues.apache.org/jira/browse/CODEC-326.
   
   It creates 3 new classes.
   * Base58 - The main class that implements the encoder and decoder.
   * Base58InputStream - For using input streams.
   * Base58OutputStream - For using output streams.
   
   The Base58 encoder takes in a byte array and converts it into Base10 number 
which is then in-turn converted into Base58. The implementation of how to 
convert to Base58 is given here 
https://learnmeabitcoin.com/technical/keys/base58/
   
   Github Copilot was used to generate unit tests and write java docs for the 
classes
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to