I was wondering if a PR would be accepted that changes the Alphabet::new function, or adds a new one, that doesn't have the check that prevents an Alphabet being created if it contains the = character. This is because I have an alphabet like this:
4QTRhE+Hiz0Nme6DsnuAFCP8WaojxdVOZpKL53r2=BIkqSUcbYJG91tvX7lywMgf
I have read the README, and I understand this is obviously non-standard, but currently there is no way to create an alphabet containing the = character if it's not used for padding.
I was wondering if a PR would be accepted that changes the
Alphabet::newfunction, or adds a new one, that doesn't have the check that prevents anAlphabetbeing created if it contains the=character. This is because I have an alphabet like this:4QTRhE+Hiz0Nme6DsnuAFCP8WaojxdVOZpKL53r2=BIkqSUcbYJG91tvX7lywMgfI have read the README, and I understand this is obviously non-standard, but currently there is no way to create an alphabet containing the
=character if it's not used for padding.