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