Skip to content

Commit

Permalink
nocgo types (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
error2215 authored Feb 28, 2023
1 parent 41e1a1a commit 79ee6aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types_nocgo.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//go:build nacl || js || !cgo

package go_goldilocks

type PublicKey [57]byte
type PrivateKey [57]byte

0 comments on commit 79ee6aa

Please sign in to comment.