Skip to content

Commit 01ecdd3

Browse files
committed
go fmt.
1 parent e8b23d8 commit 01ecdd3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dh_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,8 @@ func TestNIST_30(tt *testing.T) {
633633
tt.Errorf("Test Case 30 failed: %v", err)
634634
}
635635
}
636-
//
636+
637+
//
637638
// // Test case 31 This should go through. Wierd.
638639
// func TestNIST_31(tt *testing.T) {
639640
// var t *dhTestCase

dhkey.go

-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ func copyWithLeftPad(dest, src []byte) {
6868
}
6969
copy(dest[numPaddingBytes:], src)
7070
}
71-

doc.go

-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,3 @@
8888
// It could be used as the secrete key for the later communication.
8989
//
9090
package dhkx
91-

0 commit comments

Comments
 (0)