privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
291 stars 79 forks source link

refactor(eddsa-poseidon)!: restrict message types #318

Open f3r10 opened 2 months ago

f3r10 commented 2 months ago

Description

The type supported for the EdDSA message has been reduced to BigNumber (either bigint or string which must still be a stringified bigint))

Related Issue(s)

Closes #230

Checklist

f3r10 commented 2 months ago

awesome!! thanks @artwyman for your feedback. I am going to work through your comments right away.

cedoor commented 1 month ago

Hi @f3r10, are you still going to work on this?

f3r10 commented 1 month ago

My apologies, @cedoor. I started a new job and have been really busy. I hope to contribute once I settle into it.