Esempio n. 1
0
 public Base32(Base32Alphabet alphabet)
 {
     this.alphabet = alphabet;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Base32"/> class with a
 /// custom alphabet.
 /// </summary>
 /// <param name="alphabet">Alphabet to use.</param>
 public Base32(Base32Alphabet alphabet)
 {
     Alphabet = alphabet;
 }