bc-csharp icon indicating copy to clipboard operation
bc-csharp copied to clipboard

Add ability to use Little Endian mode.

Open buddybu opened this issue 4 years ago • 1 comments

So, I added an additional constructor to the BlowfishEngine to allow it to run in a "compatibility" mode, it might be better as a parameter to init, and you can make that suggestion if needed.

buddybu avatar Apr 08 '20 17:04 buddybu

I didn't like overriding the constructor, so I removed it. I renamed the flag to "useLittleEndian" and added a property to allow it to be set.

buddybu avatar Apr 09 '20 03:04 buddybu