solana/sdk/src
Tyera Eulberg a9cfae486c
Revert-revert migrate to ed25519-dalek crate (#3877)
* Revert "Revert "Migrate from ring to ed25519-dalek, take 2 (#3844)" (#3868)"

This reverts commit 6a878602f2.

* Fix Signature::verify method
2019-04-18 14:37:20 -06:00
..
account.rs Refactor Storage Program (#3622) 2019-04-04 12:01:09 -07:00
bpf_loader.rs
client.rs Cleanup client traits and create super trait (#3728) 2019-04-11 00:25:14 -07:00
fee_calculator.rs Remove Instruction wrapper structs and name functions after enum fields 2019-04-03 13:34:27 -07:00
genesis_block.rs Rename native programs to native instruction processors 2019-04-02 10:36:19 -06:00
hash.rs
instruction.rs CustomError from Vec->u32 2019-04-11 13:59:48 -07:00
instruction_processor_utils.rs Refactor Storage Program (#3622) 2019-04-04 12:01:09 -07:00
lib.rs Cleanup client traits and create super trait (#3728) 2019-04-11 00:25:14 -07:00
loader_instruction.rs Remove Instruction wrapper structs and name functions after enum fields 2019-04-03 13:34:27 -07:00
message.rs Add program_ids() methods 2019-04-02 19:00:35 -06:00
native_loader.rs Rename native_program.rs to instruction_processor_utils.rs 2019-04-02 10:36:19 -06:00
packet.rs
pubkey.rs Add a constructor to generate random pubkeys 2019-03-31 16:23:18 -06:00
rpc_port.rs
short_vec.rs Fix Blockstreamer test 2019-03-29 08:25:56 -06:00
signature.rs Revert-revert migrate to ed25519-dalek crate (#3877) 2019-04-18 14:37:20 -06:00
system_instruction.rs Remove Instruction wrapper structs and name functions after enum fields 2019-04-03 13:34:27 -07:00
system_program.rs
system_transaction.rs Remove Instruction wrapper structs and name functions after enum fields 2019-04-03 13:34:27 -07:00
timing.rs Make MAX_RECENT_BLOCKHASHES <= MAX_HASH_AGE_IN_SECONDS (#3679) 2019-04-09 11:45:25 -07:00
transaction.rs Revert-revert migrate to ed25519-dalek crate (#3877) 2019-04-18 14:37:20 -06:00
transport.rs Wrap all client errors with TransportError 2019-04-04 12:00:19 -06:00