Historique des commits

Auteur SHA1 Message Date
  Matthew Carr 522dfcf4fb Wrote a python script for generating random Rust byte arrays. il y a 2 ans
  Matthew Carr 8ff0f9ed32 Refactored the encrypt and decrypt slice methods to support asymmetric algorithms. il y a 2 ans
  Matthew Carr 43d8e65ba9 Implemented symmentric encryption and decryption via openssl. il y a 2 ans
  Matthew Carr 304162d309 Moved Hash, Signature and Key into the crypto module. il y a 2 ans
  Matthew Carr 0eb7d2e5c2 Fixed issue with openssl test. il y a 2 ans
  Matthew Carr 586862d1be Started writting tests to validate/learn openssl. il y a 2 ans
  Matthew Carr 898e3ba1bc Added a reference to openssl and specified exact versions for dependencies. il y a 2 ans
  Matthew Carr 51190904db Created a wireframe for block encryption. il y a 2 ans
  Matthew Carr fac63e325c Started wireframing the crypto module. il y a 2 ans
  Matthew Carr 59325669d4 Finished writing roundtrip tests. il y a 2 ans
  Matthew Carr 1fe0889ecb Wrote a roundtrip test for WriteCap. il y a 2 ans
  Matthew Carr a818c2ae38 Added another roundtrip test and consolidated the impls in main. il y a 2 ans
  Matthew Carr 1e1e191010 Made changes indicated by clippy. il y a 2 ans
  Matthew Carr deb38ca30f Renamed the serde_block_tree package to serde-block-tree il y a 2 ans
  Matthew Carr 1aac0b0b7a Modified Path parsing to add empty component for trailing slash. il y a 2 ans
  Matthew Carr f58789b37d Wrote code for parsing a Path string into its components. il y a 2 ans
  Matthew Carr 3133134ee5 Started writing round trip tests. il y a 2 ans
  Matthew Carr 0de656fad1 Added serde-big-array. il y a 2 ans
  Matthew Carr 5851021348 * Factored the serialization code out of the node crate, as I il y a 3 ans
  Matthew Carr 1ef127909b Added more comments to the main structs. il y a 3 ans
  Matthew Carr c32b2f048f Started documenting the types in main. il y a 3 ans
  Matthew Carr 8af725424f Added more tests for the deserializer. il y a 3 ans
  Matthew Carr 6b5040b060 Got Unicode character deserialization working. il y a 3 ans
  Matthew Carr f94048fc54 Implemented more deserialization tests. il y a 3 ans
  Matthew Carr 7972d81f22 Added another deserializer test. il y a 3 ans
  Matthew Carr 1db816e186 Added a test for struct deserialization. il y a 3 ans
  Matthew Carr 4e38c346b8 Resolved issue with enum deserialization. il y a 3 ans
  Matthew Carr 6305e83857 Started testing enum deserialization. il y a 3 ans
  Matthew Carr a6aee47536 Started working on sequence deserialization. il y a 3 ans
  Matthew Carr fa271d5f4c Wrote the skeleton of the Deserializer and started fleshing it out. il y a 3 ans