Michael Paepcke
Michael Paepcke
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! - repo link: [github.com/paepckehh/fsdd](https://github.com/paepckehh/fsdd) - pkg.go.dev: [pkg.go.dev/paepcke.de/fsdd](https://pkg.go.dev/paepcke.de/fsdd) - goreportcard: [goreportcard.com/report/paepcke.de/fsdd](https://goreportcard.com/report/paepcke.de/fsdd)...
Allow to adapt payload type & complexity via hash.Hash Interface, similar to all other golang.org/x/crypto KDF functions (hkdf, pbkdf2,...). This would allow to continue to use and apapt existing scrypt...
if_bridge: avoid process non-local targeted packages via pf Do not process multicast packages via pf that are not targeted to the local physical interface here. details / discussion / bug...