Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. struct ed25519_pt {
  2. uint8_t x[32];
  3. uint8_t y[32];
  4. uint8_t t[32];
  5. uint8_t z[32];
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement