ed25519swift
ed25519swift copied to clipboard
slow performance
Its probably from an array that allocate heap memory.
https://bugs.swift.org/browse/SR-4548
The implementation is x100 slower than c implementation.
https://github.com/orlp/ed25519
@pebble8888 Any update or may be suggestions?
Fixed array has not been implemented yet sadly.