Avalanche-io / c4

Go package implementation of C4 Asset ID
http://www.cccc.io/
MIT License
42 stars 3 forks source link

IDEncoder should implement hash.Hash #2

Closed matryer closed 8 years ago

matryer commented 8 years ago

Currently, implementing io.Writer is great, but it should also implement hash.Hash to allow for more general use.