gtank / ristretto255

Implements ristretto255, a fast prime-order group.
https://ristretto.group
BSD 3-Clause "New" or "Revised" License
98 stars 22 forks source link

REFACTOR ALL THE APIS #8

Closed FiloSottile closed 5 years ago

FiloSottile commented 5 years ago

These conversion functions actually look like the caller is supposed to do the allocation, but the commit message says 'callee'

Ah, yes, that's a typo. Fixed.