Returns the finished SHA hash. This also calls start to reset the internal state.
//Simple example SHA1 hash; hash.start(); hash.put(cast(ubyte) 0); ubyte[20] result = hash.finish();
See Implementation
Returns the finished SHA hash. This also calls start to reset the internal state.