---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---

## 🐛 Bug Description
A clear and concise description of what the bug is.

## 📝 To Reproduce

```typescript
// Code that demonstrates the issue
function example() {
  // Your code here
}
```

## ✅ Expected Behavior
What protein hash should be generated?

## ❌ Actual Behavior
What protein hash is actually generated?

## 🔍 Additional Context

- **Version**: (e.g., 0.1.0)
- **Node.js Version**: (e.g., 20.x)
- **OS**: (e.g., macOS, Linux, Windows)

## 📊 Debug Info

Run this and paste the output:
```bash
npm list @s0fractal/protein-hash
node --version
```