Skip to content

Smart Contracts: Crypto.encrypt/2 & Crypto.encrypt_with_storage_nonce/1#1530

Closed
bchamagne wants to merge 5 commits intoarchethic-foundation:developfrom
bchamagne:1525-crypto-encrypt
Closed

Smart Contracts: Crypto.encrypt/2 & Crypto.encrypt_with_storage_nonce/1#1530
bchamagne wants to merge 5 commits intoarchethic-foundation:developfrom
bchamagne:1525-crypto-encrypt

Conversation

@bchamagne
Copy link
Contributor

Description

Adds 2 new functions to the language
Based on PR #1528 (only look at the 3 last commits)
Fixes #1525

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Unit tests

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@bchamagne bchamagne added feature New feature request smart contracts Involve smart contracts labels Jun 7, 2024
@bchamagne
Copy link
Contributor Author

  • missing process.put in the worker/contract workflow

@bchamagne
Copy link
Contributor Author

will not do because a new interpreter is on the way

@bchamagne bchamagne closed this Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature request smart contracts Involve smart contracts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Smart Contracts: add Crypto.encrypt_with_storage_nonce/1 and Crypto.encrypt/2

1 participant