Documentation ¶
Overview ¶
ハッシュ生成
Example:
seed := "hoge" seed2 := "fuga" hash := NewHash(seed) hash = hash.AddSeed(seed2) fmt.Println(hash.SHA256()) fmt.Println(hash.SHA256Byte())
ID, UUIDを生成します。
IDはUUIDをseedにしたSHA256のハッシュ値(長さ指定)を返します。
Example:
uuid := UUID() idMax := CreateID(0) // 長さ0だと最大長を返す id10 := CreateID(10)
Index ¶
Constants ¶
View Source
const MAX_ID_LENGTH = 64
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.