Algorithm identifies and implementation of a digester by an identifier. Note the that this defines both the hash algorithm used and the string encoding.
| 27 | // Note the that this defines both the hash algorithm used and the string |
| 28 | // encoding. |
| 29 | type Algorithm string |
| 30 | |
| 31 | // supported digest types |
| 32 | const ( |
no outgoing calls
no test coverage detected