I hereby claim:
- I am nakabonne on github.
- I am nakabonne (https://keybase.io/nakabonne) on keybase.
- I have a public key whose fingerprint is CCF2 8332 E6CB 777E C33A 54EF 4192 AC2E EF55 8144
To claim this, I am signing this object:
package main | |
import ( | |
"context" | |
"fmt" | |
"log" | |
"path" | |
"sort" | |
"github.com/aws/aws-sdk-go/aws" |
package main | |
import ( | |
"crypto/aes" | |
"crypto/cipher" | |
"crypto/rand" | |
"crypto/sha256" | |
"fmt" | |
"log" |
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"bytes" | |
"encoding/binary" | |
"testing" | |
) | |
type Data struct { | |
ID uint32 |