MD5 computes the MD5 hash of the given value.
| 25 | |
| 26 | // MD5 computes the MD5 hash of the given value. |
| 27 | type MD5 struct{} |
| 28 | |
| 29 | func (f MD5) Call(args []interface{}) (interface{}, bool) { |
| 30 | if len(args) != 1 { |
nothing calls this directly
no outgoing calls
no test coverage detected