Skip to content

Conversation

@cbarbian-sap
Copy link
Contributor

Add template functions for bitwise operations:

  • func bitwiseShiftLeft(by any, arg any) (uint64, error)
  • func bitwiseShiftRight(by any, arg any) (uint64, error)
  • func bitwiseAnd(args ...any) (uint64, error)
  • func bitwiseOr(args ...any) (uint64, error)
  • func bitwiseXor(args ...any) (uint64, error)

and functions for IPv4 address handling:

  • func parseIPv4Address(data any) (uint32, error)
  • func formatIPv4Address(data any) (string, error)

@cbarbian-sap cbarbian-sap merged commit 9a01b9e into main Dec 7, 2024
8 checks passed
@cbarbian-sap cbarbian-sap deleted the enhance-templatex branch December 7, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants