Skip to content

Commit

Permalink
Rmove SemVer policy
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 28, 2025
1 parent 355c0ec commit e39ae65
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
5 changes: 0 additions & 5 deletions ansi-x963-kdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ ansi_x963_kdf::derive_key_into::<Sha256>(b"secret", b"shared-info", &mut key).un
assert_eq!(key, hex!("8dbb1d50bcc7fc782abc9db5c64a2826"));
```

## SemVer Policy

- All on-by-default features of this library are covered by SemVer
- MSRV is considered exempt from SemVer as noted above

## License

Licensed under either of:
Expand Down
7 changes: 1 addition & 6 deletions concat-kdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ concat_kdf::derive_key_into::<Sha256>(b"secret", b"shared-info", &mut key).unwra
assert_eq!(key, hex!("960db2c549ab16d71a7b008e005c2bdc"));
```

## SemVer Policy

- All on-by-default features of this library are covered by SemVer
- MSRV is considered exempt from SemVer as noted above

## License
## ## License

Licensed under either of:

Expand Down
5 changes: 0 additions & 5 deletions hkdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ let expected = hex!("
assert_eq!(okm, expected);
```

## SemVer Policy

- All on-by-default features of this library are covered by SemVer
- MSRV is considered exempt from SemVer as noted above

## License

Licensed under either of:
Expand Down
5 changes: 0 additions & 5 deletions kbkdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ assert_eq!(
);
```

## SemVer Policy

- All on-by-default features of this library are covered by SemVer
- MSRV is considered exempt from SemVer as noted above

## License

Licensed under either of:
Expand Down

0 comments on commit e39ae65

Please sign in to comment.