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