Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Base16"/> class.
 /// </summary>
 /// <param name="alphabet">Alphabet to use.</param>
 public Base16(Base16Alphabet alphabet)
 {
     Alphabet = alphabet;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Base16"/> class.
 /// </summary>
 /// <param name="alphabet">Alphabet to use.</param>
 public Base16(Base16Alphabet alphabet)
 {
     this.Alphabet = alphabet;
 }