Compare commits

..

3 Commits

Author SHA1 Message Date
Thorsten Sommer
9ca17c9708 Updated DOI 2020-01-12 12:32:55 +01:00
Thorsten Sommer
b2b6a25ca5 Fixed documentation for releases 2020-01-12 12:02:13 +01:00
Thorsten Sommer
fcdc6c506e Added citation 2020-01-10 20:25:30 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>c:\Users\Thorsten\Downloads\repos\Ed25519\Ed25519\Ed25519.xml</DocumentationFile>
<DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>$(MSBuildThisFileDirectory)\Ed25519.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>

View File

@ -13,7 +13,7 @@ This implementation was not optimized for best possible performance. Instead, th
# Citation
The library can also be cited in scientific works, for example as follows:
*Sommer, Thorsten (2020): Ed25519. Github: https://github.com/SommerEngineering/Ed25519, DOI: [doi.org/10.5281/zenodo.3601360](https://doi.org/10.5281/zenodo.3601360)*
*Sommer, Thorsten (2020): Ed25519. Github: https://github.com/SommerEngineering/Ed25519, DOI: [doi.org/10.5281/zenodo.3601359](https://doi.org/10.5281/zenodo.3601359)*
# License
This library uses the BSD 3-clause license.