Skip to content

Instantly share code, notes, and snippets.

Avatar

Gautam krishna R gautamkrishnar

View GitHub Profile
View sri.go
package sri
import (
"crypto/sha256"
"encoding/base64"
"fmt"
"io/ioutil"
)
func Generate256(file string) (string, error) {