Skip to content

Commit

Permalink
Moved primefield.go into its own subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
opencoff committed Jun 1, 2019
1 parent a6dd2d8 commit 2220f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ above).:
Finally, build the example program:

```sh
$ GOPATH=$PWD go build github.com/opencoff/go-srp/example/example.go
$ GOPATH=$PWD go build github.com/opencoff/go-srp/example
$ ./example
```

Expand All @@ -270,7 +270,7 @@ There is also a companion program in the example directory that generates prime
of a given size:

```sh
$ GOPATH=$PWD go build github.com/opencoff/go-srp/example/primefield.go
$ GOPATH=$PWD go build github.com/opencoff/go-srp/primefield
$ ./primefield 1024
```

Expand Down
File renamed without changes.

0 comments on commit 2220f1e

Please sign in to comment.