| public nothrow | Sha1() |
| public nothrow String<char> | GetDigest() |
| public nothrow void | Process(byte x) |
| public nothrow void | Process(byte* begin, byte* end) |
| public nothrow void | Process(byte* buf, long count) |
| private nothrow void | ProcessBlock() |
| private nothrow void | ProcessByte(byte x) |
| public nothrow void | Reset() |
| private ulong | bitCount |
| private byte[64] | block |
| private byte | byteIndex |
| private uint[5] | digest |