Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 35 forks source link

Cryptographic Primitives for Smart Contracts #103

Closed Bargsteen closed 2 years ago

Bargsteen commented 2 years ago

In order to make it more cost effective to do some basic cryptographic operations that are needed for certain applications we need to add them as primitives to contracts.

This is a minimal version to be included in Sirius for immediate needs of upcoming use-cases.

These primitives are

abizjak commented 2 years ago

This issue is also a part of the epic https://github.com/Concordium/concordium-rust-smart-contracts/issues/117

dg-concordium commented 2 years ago

@Bargsteen and @abizjak will this be a separate pull request from the smart contracts v1 documentation or included in that PR?

abizjak commented 2 years ago

It is orthogonal to the changes that are already there so it would be natural for it to be a separate PR.