mirror of
https://github.com/mii443/encrypt.git
synced 2025-08-22 15:05:33 +00:00
.
This commit is contained in:
@ -2,4 +2,7 @@ fn main() {
|
||||
let users: Vec<String> = vec("");
|
||||
let tmp: Vec<eep> = vec(encrypt(0));
|
||||
let polls: Vec<Vec<eep>> = vec(tmp);
|
||||
|
||||
write_value("users.gvalue", users);
|
||||
write_value("polls.gvalue", polls);
|
||||
}
|
||||
|
1
polls.gvalue
Normal file
1
polls.gvalue
Normal file
@ -0,0 +1 @@
|
||||
{"Vec":{"value":[{"Vec":{"value":[{"PureEncrypted":{"value":{"data":{"Point":{"x":{"value":"0x173665a51e5b3b8a3272cceeae88b4f35df86c117c694106ceab1296da61fbc5","p":"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"},"y":{"value":"0xf0c399087a309774d01ad9df5e1545526d2d56d0935d96b88686abe69d896737","p":"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"},"a":{"value":"0x0","p":"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"},"b":{"value":"0x7","p":"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"}}},"rp":{"Point":{"x":{"value":"0xcd84291dcf13c65bc6a1bce3af43d302458df7fa1841dc17c8192409ce598532","p":"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"},"y":{"value":"0x82a05bfa1de95f7f50e417e092289a08dd9b1a6cca6d2cfd5dd341a8bcf4caf","p":"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"},"a":{"value":"0x0","p":"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"},"b":{"value":"0x7","p":"0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"}}}}}}],"gpsl_type":{"type_str":"Vec","child":[{"type_str":"eep","child":[]}]}}}],"gpsl_type":{"type_str":"Vec","child":[{"type_str":"Vec","child":[{"type_str":"eep","child":[]}]}]}}}
|
1
users.gvalue
Normal file
1
users.gvalue
Normal file
@ -0,0 +1 @@
|
||||
{"Vec":{"value":[{"Text":{"value":""}}],"gpsl_type":{"type_str":"Vec","child":[{"type_str":"String","child":[]}]}}}
|
Reference in New Issue
Block a user