Commit 3efdc8e
Feat/dkim module (#257)
This Cosmos SDK module mimics DKIM (DomainKeys Identified Mail)
functionality by securely storing information found in email headers,
specifically DKIM public keys and hashes associated with specific
domains. This allows verification of email authenticity on the
blockchain. The module also implements a method to calculate Poseidon
hashes of public keys, providing a secure and efficient way to verify
the authenticity of a public key that signed an email.
---------
Signed-off-by: Kehinde Faleye <Kenny.fale.kf@gmail.com>
Co-authored-by: Ash <96692350+ash-burnt@users.noreply.github.com>
Co-authored-by: 2xburnt <169301814+2xburnt@users.noreply.github.com>
Co-authored-by: Ash <ash@burnt.com>
Co-authored-by: Eduardo Diaz <eduardo.j.diaz.rodriguez@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Kushal7788 <kushshah777888@gmail.com>
Co-authored-by: Kushal <41788348+Kushal7788@users.noreply.github.com>
Co-authored-by: Eduardo Díaz <edjroz@users.noreply.github.com>1 parent 7fd4a09 commit 3efdc8e
114 files changed
Lines changed: 59545 additions & 27 deletions
File tree
- .husky/hooks
- api/xion
- dkim
- module/v1
- v1
- zk/v1
- app
- client/docs/static
- e2e_tests
- app
- dkim
- testdata
- contracts
- keys
- testlib
- make
- proto/xion
- dkim/v1
- zk/v1
- wasmbindings
- x
- dkim
- client/cli
- keeper
- types
- zk
- client/cli
- keeper
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments