Skip to content

Commit f13bcaa

Browse files
Merge pull request #57 from farukterzioglu/local-bip32
Local bip32
2 parents e272be4 + ae36042 commit f13bcaa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+127
-15
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "src/Dependencies/dotnetstandard-bip32"]
2-
path = src/Dependencies/dotnetstandard-bip32
3-
url = https://github.com/farukterzioglu/dotnetstandard-bip32.git

HDWallet.sln

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HDWallet.Algorand", "src\HD
8181
EndProject
8282
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HDWallet.Algorand.Tests", "test\HDWallet.Algorand.Tests\HDWallet.Algorand.Tests.csproj", "{20DBFAAE-F823-48F6-A93A-E511667FFE80}"
8383
EndProject
84+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HDWallet.BIP32", "src\HDWallet.BIP32\HDWallet.BIP32.csproj", "{DB944CE5-3658-4ACE-8482-FD525E122AC6}"
85+
EndProject
86+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HDWallet.BIP32.Ed25519", "src\HDWallet.BIP32.Ed25519\HDWallet.BIP32.Ed25519.csproj", "{083E0986-DF4A-4E86-9AB6-51C96F35D265}"
87+
EndProject
8488
Global
8589
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8690
Debug|Any CPU = Debug|Any CPU
@@ -535,6 +539,30 @@ Global
535539
{20DBFAAE-F823-48F6-A93A-E511667FFE80}.Release|x64.Build.0 = Release|Any CPU
536540
{20DBFAAE-F823-48F6-A93A-E511667FFE80}.Release|x86.ActiveCfg = Release|Any CPU
537541
{20DBFAAE-F823-48F6-A93A-E511667FFE80}.Release|x86.Build.0 = Release|Any CPU
542+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
543+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
544+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Debug|x64.ActiveCfg = Debug|Any CPU
545+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Debug|x64.Build.0 = Debug|Any CPU
546+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Debug|x86.ActiveCfg = Debug|Any CPU
547+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Debug|x86.Build.0 = Debug|Any CPU
548+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
549+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Release|Any CPU.Build.0 = Release|Any CPU
550+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Release|x64.ActiveCfg = Release|Any CPU
551+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Release|x64.Build.0 = Release|Any CPU
552+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Release|x86.ActiveCfg = Release|Any CPU
553+
{DB944CE5-3658-4ACE-8482-FD525E122AC6}.Release|x86.Build.0 = Release|Any CPU
554+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
555+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Debug|Any CPU.Build.0 = Debug|Any CPU
556+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Debug|x64.ActiveCfg = Debug|Any CPU
557+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Debug|x64.Build.0 = Debug|Any CPU
558+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Debug|x86.ActiveCfg = Debug|Any CPU
559+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Debug|x86.Build.0 = Debug|Any CPU
560+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Release|Any CPU.ActiveCfg = Release|Any CPU
561+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Release|Any CPU.Build.0 = Release|Any CPU
562+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Release|x64.ActiveCfg = Release|Any CPU
563+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Release|x64.Build.0 = Release|Any CPU
564+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Release|x86.ActiveCfg = Release|Any CPU
565+
{083E0986-DF4A-4E86-9AB6-51C96F35D265}.Release|x86.Build.0 = Release|Any CPU
538566
EndGlobalSection
539567
GlobalSection(SolutionProperties) = preSolution
540568
HideSolutionNode = FALSE
@@ -577,6 +605,8 @@ Global
577605
{F4E2228F-BA24-415A-A952-2D69933560D8} = {73CF8F5A-07F9-477C-8F47-507158E4C68C}
578606
{E78CAB4A-F122-469E-94D8-8F5EA76AC1B2} = {587DF704-BD3F-41FF-A468-289BB83BBEF7}
579607
{20DBFAAE-F823-48F6-A93A-E511667FFE80} = {73CF8F5A-07F9-477C-8F47-507158E4C68C}
608+
{DB944CE5-3658-4ACE-8482-FD525E122AC6} = {587DF704-BD3F-41FF-A468-289BB83BBEF7}
609+
{083E0986-DF4A-4E86-9AB6-51C96F35D265} = {587DF704-BD3F-41FF-A468-289BB83BBEF7}
580610
EndGlobalSection
581611
GlobalSection(ExtensibilityGlobals) = postSolution
582612
SolutionGuid = {A8055563-076B-434F-9578-B8CAA10E458E}
Lines changed: 0 additions & 1 deletion
This file was deleted.

src/HDWallet.Algorand/HDWallet.Algorand.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<Title></Title>
1212
<Description></Description>
13-
<Version>0.1.2</Version>
13+
<Version>0.1.3</Version>
1414

1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/farukterzioglu/HDWallet</RepositoryUrl>

src/HDWallet.Ed25519/bip32/BigEndianBuffer.cs renamed to src/HDWallet.BIP32.Ed25519/BigEndianBuffer.cs

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
using System;
1+
// Copyright 2017 elucidsoft
2+
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
15+
using System;
216
using System.Collections.Generic;
317

4-
namespace bip32
18+
namespace HDWallet.BIP32.Ed25519
519
{
620
public class BigEndianBuffer
721
{
Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
using System;
1+
// Copyright 2017 elucidsoft
2+
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
15+
using System;
216
using System.Linq;
317
using System.Security.Cryptography;
418
using System.Text;
519
using System.Text.RegularExpressions;
620

7-
namespace bip32
21+
namespace HDWallet.BIP32.Ed25519
822
{
923
public class ExtKey
1024
{
Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
using System;
1+
// Copyright 2017 elucidsoft
2+
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
15+
using System;
216
using System.Linq;
317

4-
namespace bip32
18+
namespace HDWallet.BIP32.Ed25519
519
{
620
public static class Extensions
721
{
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
6+
<Title>HDWallet.BIP32.Ed25519</Title>
7+
<Description></Description>
8+
<Version>0.1.0</Version>
9+
10+
<RepositoryType>git</RepositoryType>
11+
<RepositoryUrl>https://github.com/farukterzioglu/HDWallet</RepositoryUrl>
12+
<PackageProjectUrl>https://github.com/farukterzioglu/HDWallet</PackageProjectUrl>
13+
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<PackageTags>HDWallet;Ed25519;BIP32;Blockchain</PackageTags>
16+
<PackageId>HDWallet.BIP32.Ed25519</PackageId>
17+
18+
<Authors>Faruk Terzioglu</Authors>
19+
<Company></Company>
20+
</PropertyGroup>
21+
22+
</Project>
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1+
// Copyright 2017 elucidsoft
2+
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
115
using Chaos.NaCl;
216

3-
namespace bip32
17+
namespace HDWallet.BIP32.Ed25519
418
{
519
public class Key
620
{
File renamed without changes.

0 commit comments

Comments
 (0)