Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollForward": false
},
"docfx": {
"version": "2.78.3",
"version": "2.78.4",
"commands": [
"docfx"
],
Expand Down
3 changes: 2 additions & 1 deletion .github/linters/vs-spell-exclusion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ marshaller
navmenu
param
realloc
Sentyron
sitenav
stateful
xmss
zeroize
Xtended
zeroize
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SPDX-License-Identifier: MIT
<PackageVersion Include="Dorssel.GitVersion.MsBuild" Version="1.1.1" />
<!-- example WebApp -->
<PackageVersion Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.9" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.9" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.10" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.10" />
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.13.0" />
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.13.0" />
</ItemGroup>
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ SPDX-License-Identifier: MIT
[![Codecov](https://codecov.io/gh/dorssel/dotnet-xmss/branch/main/graph/badge.svg?token=L0QI0AZRJI)](https://codecov.io/gh/dorssel/dotnet-xmss)
[![NuGet](https://img.shields.io/nuget/v/Dorssel.Security.Cryptography.Xmss?logo=nuget)](https://www.nuget.org/packages/Dorssel.Security.Cryptography.Xmss)

> [!NOTE]
> This implementation leverages the [Fox Crypto XMSS Library](https://github.com/FoxCryptoNL/xmss).
>
> The previous implementation is no longer maintained, but still available as an [archive branch](https://github.com/dorssel/dotnet-xmss/tree/master).
This implementation leverages the [Sentyron XMSS Library](https://github.com/Sentyron/xmss).

TODO
See the Examples directory for usage samples. Also see the [API documentation](https://dorssel.github.io/dotnet-xmss/).
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.134",
"MSTest.Sdk": "4.0.0"
"MSTest.Sdk": "4.0.1"
}
}