Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/extra operations #38

Merged
merged 5 commits into from
Feb 15, 2023
Merged

Feat/extra operations #38

merged 5 commits into from
Feb 15, 2023

Conversation

ManevilleF
Copy link
Owner

@ManevilleF ManevilleF commented Feb 14, 2023

Closes #39

Fix

Additions

  • Added Hex::min method
  • Added Hex::max method
  • Added Hex::signum method
  • Added Hex::dot method
  • Added Hex::from_slice method
  • Added Hex::write_to_slice method
  • Added Hex::dot method

Impls

  • Added BitOr implementations for Hex
  • Added BitXor implementations for Hex
  • Added BitAnd implementations for Hex
  • Added Shr implementations for Hex
  • Added Shl implementations for Hex

@ManevilleF ManevilleF added bug Something isn't working enhancement New feature or request labels Feb 14, 2023
@ManevilleF ManevilleF added this to the 0.4.1 milestone Feb 14, 2023
@ManevilleF ManevilleF marked this pull request as ready for review February 15, 2023 09:12
@ManevilleF ManevilleF merged commit 93fd412 into main Feb 15, 2023
@ManevilleF ManevilleF deleted the feat/extra_operations branch February 15, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Product impl always return 0
1 participant