Skip to content
/ pox Public

Some simple PoX implementations.

License

Notifications You must be signed in to change notification settings

lynn9388/pox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoX

Go Report Card Build Status

Some simple PoX implementations.

PoW

GoDoc

Example

pow := NewPoW([]byte("lynn9388"), 10, 0)
pow.Compute()
if !pow.IsValid() {
	fmt.Println("PoW is not valid.")
}

Releases

No releases published

Packages

No packages published

Languages