<?xml version="1.0" encoding="UTF-8" ?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd"><responseDate>2026-07-25T15:24:00Z</responseDate><request identifier="10.35097/1200" metadataPrefix="datacite" verb="GetRecord">https://www.radar-service.eu/oai/OAIHandler</request><GetRecord><record><header><identifier>10.35097/1200</identifier><datestamp>2023-11-15T14:45:09Z</datestamp><setSpec>radar4kit</setSpec></header><metadata><resource xmlns="http://datacite.org/schema/kernel-4"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4.4/metadata.xsd">
   <identifier identifierType="DOI">10.35097/1200</identifier>
   <creators>
      <creator>
         <creatorName>Hartmann, Dominik</creatorName>
         <givenName>Dominik</givenName>
         <familyName>Hartmann</familyName>
         <affiliation/>
      </creator>
   </creators>
   <titles>
      <title>Implementation of Robust/Fault-Tolerant Secure Logging Scheme described in "Practical and Robust Secure Logging from Fault-Tolerant Sequential Aggregate Signatures" (International Conference on Provable Security, 2017, DOI: 10.1007/978-3-319-68637-0_6)</title>
   </titles>
   <publisher>Karlsruhe Institute of Technology</publisher>
   <dates>
      <date dateType="Created">2016</date>
   </dates>
   <publicationYear>2023</publicationYear>
   <subjects>
      <subject>Computer Science</subject>
   </subjects>
   <resourceType resourceTypeGeneral="Dataset"/>
   <rightsList>
      <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
      <rights>Other</rights>
   </rightsList>
   <contributors>
      <contributor contributorType="RightsHolder">
         <contributorName>Hartmann, Dominik</contributorName>
      </contributor>
   </contributors>
   <descriptions>
      <description descriptionType="TechnicalInfo"># Secure logging from fault-tolerant aggregate signatures&#xD;
&#xD;
## Information&#xD;
This is a simple implementation of the logging system described in "Practical and Robust Secure Logging from Fault-Tolerant Sequential Aggregate Signatures" (International Conference on Provable Security, 2017, [also available from the IACR E-Print-Server](https://eprint.iacr.org/2017/949)).&#xD;
&#xD;
## Disclaimer&#xD;
This is an academic implementation used for benchmarking in the paper. Since this is the only purpose, this impelmentation is not well tested and reviewed for security and therefore should be used with caution.&#xD;
&#xD;
## Used libraries&#xD;
- Boost unit test framework&#xD;
- [libpbc](https://crypto.stanford.edu/pbc/) with [pbcwrapper](https://crysp.uwaterloo.ca/software/PBCWrapper/)&#xD;
- [NTL](http://www.shoup.net/ntl/)&#xD;
&#xD;
## Build instructions&#xD;
Make sure that boost, libpbc and NTL are installed. (The versions of libpbc and NTL used for the benchmarks reported in the paper can be found in the lib folder.) Then run:&#xD;
```&#xD;
mkdir build&#xD;
cd build&#xD;
cmake ..&#xD;
make&#xD;
```&#xD;
pbcwrapper will be built automatically during this process.</description>
   </descriptions>
   <alternateIdentifiers>
      <alternateIdentifier alternateIdentifierType="KITopen-DOI">10.5445/IR/1000100165</alternateIdentifier>
   </alternateIdentifiers>
   <sizes>
      <size/>
   </sizes>
   <formats>
      <format>application/x-tar</format>
   </formats>
</resource></metadata></record></GetRecord></OAI-PMH>