Why Nostr? What is Njump?
2024-11-05 16:23:40
in reply to

mleku on Nostr: ```go func Zero(sk *SecKey) { b := (*[96]byte)(unsafe.Pointer(sk))[:96] tmp := ...

```go
func Zero(sk *SecKey) {
b := (*[96]byte)(unsafe.Pointer(sk))[:96]
tmp := byte(1)
for i := range b {
for tmp != 0 {
b[i] = 0
tmp = b[i]
}
}
}
```
Author Public Key
npub1fjqqy4a93z5zsjwsfxqhc2764kvykfdyttvldkkkdera8dr78vhsmmleku