-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ports: port peachpy go projects to avo #40
Comments
Porting my projects definitely on my TODO list. Start small then work big. Small are SPECK, marvin32, sip13. Maybe bloomindex. Medium are metro, chaskey, groupvarint. Large highway. |
groupvarint not worth converting. Only a single tiny asm routine. Removed peachpy but left the generated 10-line function. |
Will probably not convert stadtx, as you've already done that. |
Please feel free to copy that code into your repo. |
Also did https://github.com/dgryski/trifles/blob/master/tsip/go/asm.go (not on the list) |
https://github.com/dgryski/go-chaskey/blob/master/asm.go Notable in this one is the
|
Consider porting existing PeachPy Go projects to
avo
. At a minimum this would be really valuable feedback and system-level testing foravo
. These could be committed to theavo
examples directory or potentially committed back to the original repos if their maintainers are interested.Yawning/chacha20
Yawning/aez
robskie/bp128
dgryski/go-marvin32
dgryski/go-highway
dgryski/go-metro
dgryski/go-stadtx
examples/stadtx
dgryski/go-sip13
dgryski/go-chaskey
dgryski/go-speck
dgryski/go-bloomindex
dgryski/go-groupvariant
bwesterb/go-sha256x8
gtank/ed25519
radix51
sub-package originally generated with PeachPyThe text was updated successfully, but these errors were encountered: