MCPcopy Create free account
hub / github.com/CDSecLab/MJXT / tuple

Class tuple

src/main/java/utils/tuple.java:10–14  ·  view source on GitHub ↗

Created with IntelliJ IDEA. @Author: 杜凯 @Date: 2023/09/21/16:05 @Description:

Source from the content-addressed store, hash-verified

8 * @Description:
9 */
10public class tuple {//the TSet entry for JXT
11 public byte[] ct;//size:1
12 public byte[][] h_x;//y, size:T
13 public byte[][] h_y;//y', size:T
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected