stellarsql / StellarSQL

🚧 (Archived) StellarSQL: a minimal SQL DBMS written in Rust
https://stellarsql.github.io/StellarSQL/stellar_sql/
MIT License
86 stars 16 forks source link

Add encrypt structure #19

Closed Dong513 closed 5 years ago

Dong513 commented 5 years ago

pass public key from request.rs to table.rs

todo[bot] commented 5 years ago

encrypt value with pkey

https://github.com/tigercosmos/StellarSQL/blob/9e421507661fd21ea86e172bf15bd37d2794b00a/src/component/table.rs#L202-L207


This comment was generated by todo based on a TODO comment in 9e421507661fd21ea86e172bf15bd37d2794b00a in #19. cc @Dong513.
todo[bot] commented 5 years ago

encrypt value with self.public_key

https://github.com/tigercosmos/StellarSQL/blob/cecf8875423a21672ebf34eb440d671f26dfc65d/src/component/table.rs#L203-L208


This comment was generated by todo based on a TODO comment in cecf8875423a21672ebf34eb440d671f26dfc65d in #19. cc @Dong513.