Add Bitwise.aes to stdlib #831

Merged
zxq9 merged 2 commits from add_bitwise_stdlib into master 2021-09-16 17:49:00 +09:00
zxq9 commented 2021-09-11 02:32:48 +09:00 (Migrated from gitlab.com)

Created by: hanssv

This PR is supported by the Æternity Crypto Foundation

*Created by: hanssv* This PR is supported by the Æternity Crypto Foundation
ghallak (Migrated from gitlab.com) approved these changes 2021-09-11 02:32:48 +09:00
zxq9 commented 2021-09-11 16:43:45 +09:00 (Migrated from gitlab.com)

Created by: radrow

I know it is a very erlangish thing to document errors like that, but maybe... nope?

/funfact: the {badfun, F} error is documented as "something is wrong with the fun F"

*Created by: radrow* I know it is a very erlangish thing to document errors like that, but maybe... nope? /funfact: the `{badfun, F} ` error is documented as "something is wrong with the fun F"
zxq9 commented 2021-09-11 16:43:56 +09:00 (Migrated from gitlab.com)

Created by: radrow

Please

*Created by: radrow* Please
zxq9 commented 2021-09-11 20:30:41 +09:00 (Migrated from gitlab.com)

Created by: hanssv

In a Solidity contract it would have been just "N" - I guess the string goes into the contract and you want to keep it small.

I've changed it to something more descriptive.

*Created by: hanssv* In a Solidity contract it would have been just `"N"` - I guess the string goes into the contract and you want to keep it small. I've changed it to something more descriptive.
ghallak commented 2021-09-11 21:46:26 +09:00 (Migrated from gitlab.com)

Typo

Bitwise operations on arbitrary precision integers.
Typo ```suggestion:-0+0 Bitwise operations on arbitrary precision integers. ```
ghallak commented 2021-09-11 21:52:27 +09:00 (Migrated from gitlab.com)

Since this is defined for 0.

  // Bitwise 'and' for non-negative integers
Since this is defined for `0`. ```suggestion:-0+0 // Bitwise 'and' for non-negative integers ```
ghallak commented 2021-09-11 21:57:59 +09:00 (Migrated from gitlab.com)
  // Bitwise 'or' for non-negative integers
```suggestion:-0+0 // Bitwise 'or' for non-negative integers ```
zxq9 commented 2021-09-12 23:22:59 +09:00 (Migrated from gitlab.com)

Created by: hanssv

I got it right in the documentation though 🤦

*Created by: hanssv* I got it right in the documentation though 🤦
zxq9 commented 2021-09-13 03:09:18 +09:00 (Migrated from gitlab.com)

Created by: radrow

Review: Approved

*Created by: radrow* **Review:** Approved
ghallak commented 2021-09-13 05:45:48 +09:00 (Migrated from gitlab.com)

approved this merge request

approved this merge request
zxq9 commented 2021-09-16 17:49:00 +09:00 (Migrated from gitlab.com)

Merged by: hanssv at 2021-09-16 08:49:00 UTC

*Merged by: hanssv at 2021-09-16 08:49:00 UTC*
Sign in to join this conversation.
No description provided.