use crypto/rand instead of math/rand
This commit is contained in:
@@ -2,11 +2,11 @@ package nostr
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"crypto/rand"
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
"math/rand"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
s "github.com/SaveTheRbtz/generic-sync-map-go"
|
s "github.com/SaveTheRbtz/generic-sync-map-go"
|
||||||
|
|||||||
Reference in New Issue
Block a user