package sha256 // Algorithm type Algorithm struct{} // New func New() Algorithm { // Return Algorithm return Algorithm{} }