-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #226 from dajiaji/bump-to-1_0_1
Bump version up to 1.0.1.
- Loading branch information
Showing
20 changed files
with
133 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
import { CipherSuiteNative } from "../../src/cipherSuiteNative.ts"; | ||
import { | ||
DhkemP256HkdfSha256Native, | ||
DhkemP384HkdfSha384Native, | ||
DhkemP521HkdfSha512Native, | ||
} from "../../src/kems/dhkemNative.ts"; | ||
import { | ||
HkdfSha256Native, | ||
HkdfSha384Native, | ||
HkdfSha512Native, | ||
} from "../../src/kdfs/hkdf.ts"; | ||
// import { | ||
// DhkemP256HkdfSha256Native, | ||
// DhkemP384HkdfSha384Native, | ||
// DhkemP521HkdfSha512Native, | ||
// } from "../../src/kems/dhkemNative.ts"; | ||
// import { | ||
// HkdfSha256Native, | ||
// HkdfSha384Native, | ||
// HkdfSha512Native, | ||
// } from "../../src/kdfs/hkdf.ts"; | ||
|
||
export class CipherSuite extends CipherSuiteNative {} | ||
export class DhkemP256HkdfSha256 extends DhkemP256HkdfSha256Native {} | ||
export class DhkemP384HkdfSha384 extends DhkemP384HkdfSha384Native {} | ||
export class DhkemP521HkdfSha512 extends DhkemP521HkdfSha512Native {} | ||
export class HkdfSha256 extends HkdfSha256Native {} | ||
export class HkdfSha384 extends HkdfSha384Native {} | ||
export class HkdfSha512 extends HkdfSha512Native {} | ||
// export class DhkemP256HkdfSha256 extends DhkemP256HkdfSha256Native {} | ||
// export class DhkemP384HkdfSha384 extends DhkemP384HkdfSha384Native {} | ||
// export class DhkemP521HkdfSha512 extends DhkemP521HkdfSha512Native {} | ||
// export class HkdfSha256 extends HkdfSha256Native {} | ||
// export class HkdfSha384 extends HkdfSha384Native {} | ||
// export class HkdfSha512 extends HkdfSha512Native {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.