Skip to content

Commit 11e1d5c

Browse files
committed
Add builder support for HFS handshakes
1 parent d24d541 commit 11e1d5c

File tree

3 files changed

+702
-16
lines changed

3 files changed

+702
-16
lines changed

src/main/java/com/eatthepath/noise/GenerateHandshakeBuilderApp.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class GenerateHandshakeBuilderApp {
1313
"XK1", "X1K1", "X1X", "XX1", "X1X1", "K1N", "K1K", "KK1", "K1K1", "K1X", "KX1", "K1X1", "I1N", "I1K", "IK1",
1414
"I1K1", "I1X", "IX1", "I1X1", "Npsk0", "Kpsk0", "Xpsk1", "NNpsk0", "NNpsk2", "NKpsk0", "NKpsk2", "NXpsk2",
1515
"XNpsk3", "XKpsk3", "XXpsk3", "KNpsk0", "KNpsk2", "KKpsk0", "KKpsk2", "KXpsk2", "INpsk1", "INpsk2", "IKpsk1",
16-
"IKpsk2", "IXpsk2"
16+
"IKpsk2", "IXpsk2", "NNhfs", "KNhfs", "NKhfs", "KKhfs", "NXhfs", "KXhfs", "XNhfs", "INhfs", "XKhfs", "IKhfs",
17+
"XXhfs", "IXhfs"
1718
};
1819

1920
private static final String INITIALIZER_TEMPLATE = """

0 commit comments

Comments
 (0)