C# Class SecurityDriven.Inferno.Extensions.Base32Config

Not a constant-time implementation (memory lookups).
显示文件 Open project: sdrapkin/SecurityDriven.Inferno Class Usage Examples

Public Properties

Property Type Description
Default Base32Config
Rfc Base32Config

Public Methods

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

Method Details

Base32Config() public method

public Base32Config ( 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

Default public_oe static_oe property

public static Base32Config,SecurityDriven.Inferno.Extensions Default
return Base32Config

Rfc public_oe static_oe property

public static Base32Config,SecurityDriven.Inferno.Extensions Rfc
return Base32Config