Most of server is finished.

This commit is contained in:
Kirill Shakirov
2026-03-07 20:31:25 +01:00
parent 79852c6c3f
commit 8d721eabdf
5 changed files with 42 additions and 63 deletions
+1
View File
@@ -1,6 +1,7 @@
syntax = "proto3";
package nyash_proto;
// serving key brutforcing for aes xts
service NyashLuks {
// Requesting work, gettin in response work data, error, or message that there is no work currently awaylable.
rpc RequestWork (WorkRequest) returns (WorkReply);