C# Class SecurityDriven.Inferno.Extensions.Base16Config

Not a constant-time implementation (memory lookups).
Show file Open project: sdrapkin/SecurityDriven.Inferno Class Usage Examples

Public Properties

Property Type Description
HexLowercase Base16Config
HexUppercase Base16Config
HexYubiModhex Base16Config

Public Methods

Method Description
Base16Config ( char alphabet = null ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Base16Config() public method

public Base16Config ( char alphabet = null ) : System
alphabet char
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

HexLowercase public static property

public static Base16Config,SecurityDriven.Inferno.Extensions HexLowercase
return Base16Config

HexUppercase public static property

public static Base16Config,SecurityDriven.Inferno.Extensions HexUppercase
return Base16Config

HexYubiModhex public static property

public static Base16Config,SecurityDriven.Inferno.Extensions HexYubiModhex
return Base16Config