sha256 returns a 32-byte SHA-256 digest of the concatenated inputs. In Go, the equivalent is sha256.New() + Write(...).
sha256 returns a 32-byte SHA-256 digest of the concatenated inputs. In Go, the equivalent is sha256.New() + Write(...).