Research Article

Trusted Blockchain-Based Signcryption Protocol and Data Management for Authentication and Authorization in VANETs

Algorithm 2

BlockUp.
Input:, , , , , , , , ,
Output: true or false
 statu = select(management)
 if(statu !==0) {
  Table table = openTable();
  Entry entry = table.newEntry();
  entry.set(", , , , , , , , ", , , , , , , , , );
  return True;
 } else {
  return false;
 }