Skip to content

Commit

Permalink
feat: generate uint64 nonce (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
elewis787 authored Jan 4, 2022
1 parent 60b54c1 commit f74166a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gennonce.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package mazzaroth

import "math/rand"

func GenerateNonce() uint64 {
return rand.Uint64()
}

0 comments on commit f74166a

Please sign in to comment.