summaryrefslogtreecommitdiffhomepage
path: root/keypair.go
AgeCommit message (Collapse)Author
2018-04-18Align 64-bit atomicsJason A. Donenfeld
64-bit varibles that are accessed using the Go atomic functions must be 8-byte aligned on 32-bit platforms. Otherwise there are crashes.
2018-02-04Align with go library layoutMathias Hall-Andersen