Skip to content

Commit

Permalink
feat: add sha3
Browse files Browse the repository at this point in the history
includes fix for encryption
  • Loading branch information
metalurgical committed Apr 16, 2024
1 parent 7dad3bf commit aaa984e
Show file tree
Hide file tree
Showing 12 changed files with 122 additions and 34 deletions.
14 changes: 2 additions & 12 deletions Package.swift
10 changes: 5 additions & 5 deletions Sources/curve_secp256k1/curve_secp256k1.xcframework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion Sources/curve_secp256k1/include/curve_secp256k1.h
28 changes: 28 additions & 0 deletions Sources/curvelib/Extensions/Data+extension.swift
1 change: 0 additions & 1 deletion Sources/curvelib/encryption/EncryptedMessage.swift
26 changes: 15 additions & 11 deletions Sources/curvelib/encryption/Encryption.swift
2 changes: 1 addition & 1 deletion Sources/curvelib/secp256k1/CurveError.swift
33 changes: 33 additions & 0 deletions Sources/curvelib/sha3/Keccak.swift
38 changes: 35 additions & 3 deletions Tests/curvelibTests/curvelibTests.swift

0 comments on commit aaa984e

Please sign in to comment.