quantum-resistant-rustykey 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -242,3 +242,13 @@ This project was generously supported by:
242
242
  <img src="./logo-rustykey.png" width="60" alt="RustyKey Logo" />
243
243
  <img src="./logo-buzzybee.ai.png" width="60" alt="BuzzyBee Logo" />
244
244
  </div>
245
+
246
+ ## How we work (aka Conduct)
247
+ **"You are very welcome to our house: It must appear in other ways than words!" - W. Shakespeare**
248
+ - do you think of yourself as total n00b...or seasoned and cynical Cryptologic Scientist. WELCOME one and all!
249
+ - consider helping us build a friendly, safe and welcoming environment for all, regardless of level of experience, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other similar characteristic.
250
+ - please avoid aliases or nicknames that might detract from a friendly, safe and welcoming environment.
251
+ - getting annoyed? First try being kind and courteous: someone may simply have had a bad day.
252
+ - people have differences of opinion, usually every design or implementation choice carries a trade-off and numerous costs. There is seldom a right answer.
253
+ - go light on unstructured critique, encourage others!
254
+ - if you feel you have been or are being harassed or made uncomfortable by a community member, contact BuzzyBee our friendly multi-LLM on the chat widget on our testbed site
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quantum-resistant-rustykey",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "WebAssembly post-quantum-resistant tools for web",
5
5
  "author": "Antony R Mott <a@auditcanary.com> (https://rustykey.app)",
6
6
  "license": "ISC",