Journals
Publish with us
Publishing partnerships
About us
Blog
Security and Communication Networks
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Security and Communication Networks
/
2022
/
Article
/
Alg 1
/
Research Article
A Practical Anonymous Voting Scheme Based on Blockchain for Internet of Energy
Algorithm 1
Generate commitment.
Input
Output
(
c
,
o
)
(1)
o
= crypto.randomBytes(32)
(2)
c
= SHA256(
m
+ serialize(
o
))
(3)
return
(
c
,
o
)