Skip to content

Releases: solana-labs/solana-perf-libs

Add GPU signing interface

31 Oct 16:54
Compare
Choose a tag to compare

Add a new entrypoint ed25519_sign_many to support signing on the GPU and share the execution contexts with the verify path.

v0.15.0

24 Jun 20:54
Compare
Choose a tag to compare
Add cudaHostRegister and cudaHostUnregister passthrough

v0.14.1

21 Jun 21:19
Compare
Choose a tag to compare
libcuda-crypt.so is now a real shared object; don't ship libcuda-cryp…

CUDA 10.1 support

18 Jun 16:10
Compare
Choose a tag to compare
v0.14.0

Add libcuda-crypt.so

Initial SGX enclave for signing

06 Nov 21:48
be8949a
Compare
Choose a tag to compare
Added test for signing via SGX enclave (#28)

* Added test for signing via SGX enclave

* fix compile errors

* address review comments, fix build

* Fix compile error

- also updated docker image

Init fix

16 Jul 02:24
Compare
Choose a tag to compare
Add optional ed25519_init() (#10)

This function permits ed25519_verify_many() users to ensure the GPU is
initialized correctly and if not take action rather than having the failure
suppressed.

ed25519_verify_many() retains its previous behavior of implicit initialization
if ed25519_init() is not explicitly called.

Retransmit index added to packet header

22 Jun 21:40
Compare
Choose a tag to compare
v0.6.0

Include CUDA version in perf tarball

v0.5.0

01 May 04:06
Compare
Choose a tag to compare
Fix debug build

v0.5.0-beta

27 Apr 22:42
7de9c77
Compare
Choose a tag to compare
v0.5.0-beta Pre-release
Pre-release
Add AGPL 3 license